Mistomeer
09-23-2006, 05:04 PM
Just started playing around with scripts in it really and I want to do something along the lines of this:
start_now:
if checkmana(340)
goto "Later"
else goto "Now"
end
later:
fput "wait"
now"
fput jump
Where if your mana is 340 it goes to one label of if it's not it goes to another.
Is this possible and if so, what am I doing wrong?
Thanks.
start_now:
if checkmana(340)
goto "Later"
else goto "Now"
end
later:
fput "wait"
now"
fput jump
Where if your mana is 340 it goes to one label of if it's not it goes to another.
Is this possible and if so, what am I doing wrong?
Thanks.