lock character position[SOLVED]

Started by Construed, Fri 17/02/2012 03:50:19

Previous topic - Next topic

Construed

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.
I felt sorry for myself because I had no shoes.
Then I met the man with no feet.

Construed

Nevermind
RemoveWalkableArea(1);
><
I felt sorry for myself because I had no shoes.
Then I met the man with no feet.

Khris

A better way would be to disable the walk cursor.
Code: ags
  Mouse.DisableMode(eModeWalkto);

SMF spam blocked by CleanTalk