Hi
still wondering how the if-clause in the macros work.
Anyone ever tested this out or got an example?
I'd like to use a follow and an assist macro which checks
if the char is alive and exists before following him.
like:
if(charA exists, nodead) { /assist charA }
elseif(charB exists, nodead) { /assist charB }
elseif(charC exists, nodead) { /assist charC }
elseif(charD exists, nodead) { /assist charD }
elseif(charE exists, nodead) { /assist charE }
else { }
Connect With Us