mob/verb/Rest()
src<<"You begin to rest."
src.Stamina=usr.MaxC
sleep(30)
src<<"You are done resting."
how would i make it so the user cant move while this verb is taking place?
ID:270395
Apr 15 2006, 7:56 pm
|
|
mob/verb/Rest() how would i make it so the user cant move while this verb is taking place? |