Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Fri 03/10/2003 22:31:41

Title: Moving a character after ....
Post by: on Fri 03/10/2003 22:31:41
I'm trying to move my NPC after the player character having a dialog with him. All it seems to do is make him disappear and then run dialog. What do I do?
Title: Re:Moving a character after ....
Post by: taryuu on Sat 04/10/2003 07:36:52
MoveCharacter (CHARID, int x, int y)

insert that as a global script after a dialog option is run?

would that do it?
Title: Re:Moving a character after ....
Post by: on Sat 04/10/2003 23:08:44
Thanks a lot.  :)