So i could do it like this:
Code: Select all
/if (${Cursor.ID}=='null') /goto :NextLoop
/autoinv
/goto :NextLoop
If there were nothing on the cursor, it would go to nextloop, but if there were, it would /autoinv and then goto nextloop, correct? Or am i not getting the return right with =='null'?
thank you
python