Where's this procedure located at?
How can I make it move or examine only 1 thing and then let the script continue?
EDIT: Fixed, I made this
SCAR Code:MouseBox(10,10,500,320,2);
if(ChooseOption(MouseCoordX, MouseCoordY, 'Examine'))then Writeln(' :O We examined some stuff ^^')
else
ChooseOption(MouseCoordX, MouseCoordY, 'Cancel')




Reply With Quote