PDA

View Full Version : Quick Lich Question



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.

Shaelun
09-24-2006, 04:08 PM
now"
fput jump


You want a colon at the end of NOW, not a quote. You also want the word JUMP in quotes. Otherwise it looks fine at a glance; post whatever error you get along with the question and you're more likely to have your issue addressed.