Couldn't Parse 'ar(mana,pct)'
Now I know the canni mac I have isn't as good as any of the others out there but its a start :) not too worried about cleaning it up as i would like to get it to work first :)
Code: Select all
Sub Event_Canni
/if n $char(mana,pct)<=90
{ /goto :dadance
} Else
{ /echo mana is good
/call Main
}
:dadance
/if n $char(hp,pct)>=50
{
/keypress sit_stand
/delay 5
/keypress cast6
/delay 38
/keypress sit_stand
/delay 5
/call Event_Canni
} Else
{ /goto :stoicism
}
:stoicism
/keypress sit_stand
/delay 5
/keypress cast5
/delay 6s
/keypress sit_stand
/delay 24s
/call Event_CanniAlso it kept giving me an error about {} being on the same line when I had it going }Else{ is this normal or does MQ just not like me? And do I need the /call Main or does /return go back to the main sub? (I did read the manual!) Thank you all for any help you can give :) one day I might be able to make these!




