Does anyone know if there's a way to make a macro script that will interact with a item with multiple functions such as a teleporting stone on private servers?
Does anyone know if there's a way to make a macro script that will interact with a item with multiple functions such as a teleporting stone on private servers?
Example
For example, if there was a teleportation stone named "Tele Stone" with "Northrend Cities" as the 5th option and then "Dalaran" as the 3rd option, I would do:Code:/use <item name> /script SelectGossipOption(<option #>)
I hope that was what you wanted to know.Code:/use Tele Stone /script SelectGossipOption(5) /script SelectGossipOption(3)![]()
Last edited by Seriouskip; 02-11-2010 at 01:42 AM. Reason: Clarification
Yes, thank you very much. +Rep
EDIT: It's actually doing this:
Goes to the tele stone -> goes to option from the first /script line -> goes to the option from the second /script line.
Here's what it does:
-Stone
--Script 1
--Script 2
instead of
-Stone
--Script 1
---Script 2
It's hard to explain, but it's going into the first category again instead of going into the subcategory on the second script line.
Last edited by Confidence; 02-12-2010 at 12:48 AM.