I cant seem to find anything on this at all, i was wondering if there is a way to stop the usr from walking/Moving and if so, How?
Any help will be appriciated!
ID:179677
![]() Nov 22 2001, 9:01 pm
|
|
![]() Nov 22 2001, 9:04 pm
|
|
You need to make a var and check it in the Move proc and if it equals 1 return ..() and if it's 0 return 0, good luck.
|
Pillsverry wrote:
I cant seem to find anything on this at all, i was wondering if there is a way to stop the usr from walking/Moving and if so, How? Well, you could have a <code>locked</code> var to change if you want them to be locked. Of course, having just this will do absolutely nothing, so we'll have to override Move() mob/var/locked = 0 |