Hello friends,
I'm looking for help on this matter,
say i want to execute a script command in the middle of dialog, for example :
when the character is talking with NPC, in the middle i want to put "cEgo.FaceCharacter(NPC);" so the character can change where he's facing at that time.
i wonder if its possible, looking forward for your help.
thank you! ;D
yep.. simply put some white space before the command in the dialogue.
so like:
Ego:Hi there!
cEgo.FaceCharacter(NPC);
Ego:How are you?
that sir, is the killer! thank you so much!