mob/verb/Rest()
while(usr.Health)
if(usr.Health>=100)
break
else
if(usr.Move)
break
else
usr.Health+=rand(1,9)
I have made this, but it seems to not work.Any suggestions on making it work and making it more efficient?
ID:270824
Sep 19 2006, 1:12 pm
|
|
mob/verb/Rest() I have made this, but it seems to not work.Any suggestions on making it work and making it more efficient? |
Sep 19 2006, 1:38 pm
|
|
In response to Zythyr
|
|
Yeah, all you need to do is loop it.
|