Code: Select all
/if n $target(speed)!=1.32 /goto :startrun
MOTD
Moderator: MacroQuest Developers
Code: Select all
/if n $target(speed)!=1.32 /goto :startrun
Code: Select all
/if n $target(speed)!!=1.32 /goto :startrun Code: Select all
/echo $target(speed)testCode: Select all
// $target(speed)
} else if (!strncmp("target(speed)",szVar,14)) {
CHAR szTemp[MAX_STRING] = {0};
i+=13;
Code: Select all
// $target(speed)
} else if (!strncmp("target(speed)",szVar,13)) {
CHAR szTemp[MAX_STRING] = {0};
i+=12;
