Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Construed on Fri 17/02/2012 03:50:19

Title: lock character position[SOLVED]
Post by: Construed on Fri 17/02/2012 03:50:19
been looking around and cant seem to find a way to lock characters position without locking up the game.
Basically i want the character to sit in a chair and be unable to move until a specified event occurs.
Title: Re: lock character position(solved)
Post by: Construed on Fri 17/02/2012 04:02:08
Nevermind
RemoveWalkableArea(1);
><
Title: Re: lock character position(solved)
Post by: Khris on Fri 17/02/2012 08:41:44
A better way would be to disable the walk cursor.
  Mouse.DisableMode(eModeWalkto);