ID:170765
Dec 17 2004, 6:36 am
|
|
hey i used a few demos to try to make a lockmovment verb but they made my icon invis but they did work.Does anyone know what i should do?
|
In response to DeathAwaitsU
|
|
is there a verb that can automaticly change that to 0 or back to a 1?
|
In response to Tsonic112
|
|
Yes.
(You can make it yourself, if you can't then read demos and tutorials as thats elementary.) |
In response to DeathAwaitsU
|
|
would soemthing like
mob/Admin verb LockMov(M as mob in world) M.allowed = 0 work?? |
In response to Tsonic112
|
|
i'd use a lill bit more simple freeze proc.
mob/var |
Using the above snippet, whenever you want to restrict movement change the mob's allowed variable to 0. Whenever you want to enable movement, change the allowed variable to 1.
This bit doesn't relate to your problem but moderators:
It isn't coming out commented :)