panet name of event actor(clone)
is there a way to get a parent name of clone event actor?
Game Editor discussion board
http://game-editor.com/forum/
getclone(parent.clonename);Agusstosus15 wrote:so when i write
mystring[0]= getclone(parent.clonename)
mystring will get the name of parent of event actor?
strcpy(mystring[0], parent.clonename);strcpy(mystring[0], parent.name);