Page 1 of 1

Naming characters

Posted: Tue Jul 31, 2018 8:03 pm
by getfreur
I'm trying to make a rpg that happen during a siege, but I'm having a problem about renaming the objects, like the main character is a worker, but I want to put a name on him.how I do it?

Re: Naming characters

Posted: Tue Jul 31, 2018 8:07 pm
by LordOfAles
Make a new trigger, make a new condition which would be:

Playernr1 trn nr1 has started

Set 1 on both Playernr and Nr slots.

Then an efect in same trigger which would be:

Change Obj Name

Tap on "Obj X/Y"

Tap on unit you want to rename.
Enter new name into the name slot, and you got it.

Re: Naming characters

Posted: Tue Jul 31, 2018 8:45 pm
by getfreur
Thanks for the help