ChoiceOption by word?
Posted: Thu Nov 01, 2012 2:02 am
Hello, just having issues with using high level characters and then using those that are low level and do not have places unlocked. Is there any way to use say
instead of
Sorry if there is already a thread somewhere on this!
Code: Select all
<!-- # 55 --><waypoint x="2314" z="1145" y="27"> player:target_NPC("Snoop the Stubborn");
sendMacro("ChoiceOption(Next Page);");
yrest(100)
sendMacro("ChoiceOption(Transport to Silverfall);");
waitForLoadingScreen()
</waypoint>
Code: Select all
<!-- # 55 --><waypoint x="2314" z="1145" y="27"> player:target_NPC("Snoop the Stubborn");
sendMacro("ChoiceOption(8);");
yrest(100)
sendMacro("ChoiceOption(1);");
waitForLoadingScreen()
</waypoint>