mob/verb/Rest()
usr<<"You begin to rest."
usr.Stamina=usr.MaxC
sleep(30)
usr.lockmovement = 1
Move()
if(usr.lockmovement = 0)
.=..()
else
return 0
usr<<"You are done resting."
Problem description:
i get the error proc definition not allowed in another proc whats wrong?