Code: Select all
/if $target(id)!=@TargetId /goto :EndAFCode: Select all
/if (${String[${Target.ID}].NotEqual[${String[${TargetId}]}]}) /goto :EndAFCode: Select all
${Int[${blah}].NotEqual[${blah1}]}Thanks
Furor
Moderator: MacroQuest Developers
Code: Select all
/if $target(id)!=@TargetId /goto :EndAFCode: Select all
/if (${String[${Target.ID}].NotEqual[${String[${TargetId}]}]}) /goto :EndAFCode: Select all
${Int[${blah}].NotEqual[${blah1}]}
Code: Select all
/if (${Target.ID}!=${TargetId}) /goto :EndAF
