X
Xikini
Guest
I have a starting vocations chest from otland somewhere - I edited it and the only error popping up is near my 'battle mage' class. It is also the only class that has two words in it's name.
Is there something I should be putting instead of a space? as with promotions a pace is added and there is clearly needs to be a way to solve this problem.
here is the code near the battle mage.
lua cannot load script blah blah - 'then' expected near 'Mage'
and this is something from farther up that has no problems whatsoever,
how do I fix this?
thanks in advance everyone!
Is there something I should be putting instead of a space? as with promotions a pace is added and there is clearly needs to be a way to solve this problem.
here is the code near the battle mage.
lua cannot load script blah blah - 'then' expected near 'Mage'
Code:
if isBattle Mage(cid) then
doPlayerSendTextMessage(cid,22,"Good Luck.")
doSendMagicEffect(topos,12)
and this is something from farther up that has no problems whatsoever,
Code:
if isGuardian(cid) then
doPlayerSendTextMessage(cid,22,"Good Luck.")
doSendMagicEffect(topos,12)
how do I fix this?
thanks in advance everyone!