ID:179573
 
Says it in the title
I think loc is lock but since I'm in a good mood I won't be an ass about it.

mob
var
islocked = 0

mob.Move()
if(src.islocked)
return 0
else
return ..()


Untested I may add.
In response to Nadrew
Sorry let me rephrase this
How could i lock a usr in place when they enter a battle
Sorry about that
Thanx
In response to Greg
Use that code and change the islocked var to one when they enter the battle and change it back to zero when they leave.