Code: Select all
#turbo 10
Sub Main
:Loop
/if (${Me.Animation}=32) {
/echo Idle Stand
} else {
/echo ${Me.Animation.Hex}
}
/doevents
/delay 10
/goto :Loop
/return
Failed to parse /if condition '(71=32)', non-numeric encountered.
test.mac@6 (Main): /if (${Me.Animation}=32)
Yet I know that ${Me.Animation} is an int as I can do the Int member functions on it without a problem.

