ID:178329
 
How do you lock or freeze a person in a position like when they attack someone it freezes both players for about 4 hits then they may run or stay and fight?

-FireGuy
// =* FREEZE CODE *=
mob/var
freeze=0
client/Move()
if(usr.freeze == 0)
return ..()
/*
now if you dont want usr to move put
usr.freeze = 1
*/