princesssparkle2010
Member
- Joined
- May 5, 2021
- RedCents
- 150¢
Please excuse me if this is not the proper place to ask this.. but i have a MQ questions I am having difficulty finding via documentation.
I can return back data to compare against in an IF statement on item after looting when on cursor via ${Cursor.Name}... like seeing if its a Diamond Coin ... ${Cursor.Name.Equal[Diamond Coin]}.. but I am trying to return back the name of an item ON the corpse BEFORE looting... but i am not retuning back data when using ${Corpse.Item[${x}].Name.Equal[Diamond Coin]} in the macro ( x being used in the FOR loop ).
Am I attempting to return the item name from the corpse improperly ??????
I need to be able to return back the name of the item on corpse before looting in order to determine my action.
I can return back data to compare against in an IF statement on item after looting when on cursor via ${Cursor.Name}... like seeing if its a Diamond Coin ... ${Cursor.Name.Equal[Diamond Coin]}.. but I am trying to return back the name of an item ON the corpse BEFORE looting... but i am not retuning back data when using ${Corpse.Item[${x}].Name.Equal[Diamond Coin]} in the macro ( x being used in the FOR loop ).
Am I attempting to return the item name from the corpse improperly ??????
I need to be able to return back the name of the item on corpse before looting in order to determine my action.