ok, my last post is probably very confusing, but this shouldn't be.
i have a code when when you try to move it checks to see if your standing, if so it checks you'vre got some stamina, if so you move.
no stamina: tells you to rest. not standing: tells you so.
thhis is the code:
east if ( status1 = 0 ) then {
if ( sta > 0 ) then {
goto <Astnia, marketplace>
set <sta; %sta% - 1>
}
else msg <you are too tired to move.>
}
else msg <you must be standing to move.>
it says you must be standing to move even though status1 = 0!!! why? i even have commands ('stand') to set it to 0, but then it still doesn'r work.
please someone help.....