Couple how to questions

bob_the_builder

Well-Known Member
Been updating the eq2botcommander with some nifty things but I have a few I could not figure out.

- How can I cast use the bear whistle?
I tried "Me.Inventory["Bear Whistle"]:USE" but that did not work.

- Can I send multiple commands with one button press?
I tried adding another <command> but that didnt seem to work.

- There are two new relay commands in the latest ISX patch but I cant seem to get them working
I tried "relay all other uplinks" but this errors.

Thanks in advance

Bob
 

Valerian

ISX Specialist
Been updating the eq2botcommander with some nifty things but I have a few I could not figure out.

- How can I cast use the bear whistle?
I tried "Me.Inventory["Bear Whistle"]:USE" but that did not work.

- Can I send multiple commands with one button press?
I tried adding another <command> but that didnt seem to work.

- There are two new relay commands in the latest ISX patch but I cant seem to get them working
I tried "relay all other uplinks" but this errors.

Thanks in advance

Bob
item:Use -- case sensitive.

<OnLeftClick></OnLeftClick> embedded script. <command> and commandbuttons in general should be deprecated.

relay "all other uplinks" "command"

</spoon>
 
Top Bottom