Choice Option
Posted: Sat Feb 08, 2014 3:57 am
Is there any way to get the name of a choice option when you are at the speakframe? Something along the line of
As with targeting an NPC, multiple choice options also screw up the bot at times with ping spikes/lag, just seeing if I can alter it so it will keep using it until it has 'passed'.
Code: Select all
CurrentChoice1 = GetString(ChoiceOption1)
repeat
sendMacro("ChoiceOption(1);");
yrest(100);
until CurrentChoice1 ~= GetString(ChoiceOption1)