Code:
function main()
{
declare stwarn int 0
declare matime Float 0
;-----------;
; MAIN LOOP ;
;-----------;
do
{
if ${Me.Ability[Perseverance].IsReady}
{
eq2execute /useability Perseverance
}
}
while 1
}
So any indication of what the proper formatting is for this would help immensly...