ID:173669
Dec 1 2003, 4:54 pm
|
|
How would I use walk() to move a player where I want them to be, but at the same time prevent any movement input from them via the arrow keys/numpad?
| |
Copyright © 2013 BYOND.
All rights reserved.

if (condition) return 0
return ..()
condition being whatever prevents them from moving.