When pressing the shift key and then clicking on anything you can interact with in game makes other characters not possible to click on at that time.
So here is my waypoint file
Code: Select all
<waypoints>
<!-- # 1 --><waypoint x="-443" z="-6114"> </waypoint>
<!-- # 2 --><waypoint x="-416" z="-5996">
player:keyPressed(key.VK_SHIFT);
player:mouseclickL(950, 515, 1920, 1148);
player:keyboardRelease( key.VK_SHIFT );
sendMacro("ChoiceOption(1);");
player:rest(1);
RoMScript( "RoMail_GetAllAttachments();" );
player:rest(10);
inventory:update();
loadPaths("mail2spawn");
</waypoint>
</waypoints>
[string " ..."]:2: attempt to call method 'keyPressed' (a nil value)
Any ideas?