ID:176753
Dec 14 2002, 12:03 pm
|
|
how do i make it where a player cant move for a while? like if they hit
|
Copyright © 2024 BYOND Software.
All rights reserved.
if(cantmove == 1)
return
else
..()
in somewhere should do it.
-DogMan