ID:175761
Mar 13 2003, 2:01 pm
|
|
Don't want the player to be able to move while resting. Any way to accomplish this?
|
Copyright © 2025 BYOND Software.
All rights reserved.
Move()
if(mob.resting) return
. = ..()