keyPressedLocal Problem
Posted: Fri Oct 30, 2009 1:03 pm
I have a very simple waypoint file:
But when I run the bot it does not press the 7 key. If I click the 7th spot with the mouse the command runs and if I hit the 7 key on the keyboard the command runs.
Any ideas?
I am using the latest SVN.
Code: Select all
<waypoints>
<!-- # 1 --><waypoint x="-47" z="-401">
yrest(2000);
printf ("Starting \n");
keyPressedLocal(key.VK_7)
yrest(2000);
keyPressedLocal(key.VK_7)
yrest(2000);
keyPressedLocal(key.VK_7)
yrest(2000);
</waypoint>
</waypoints>
Any ideas?
I am using the latest SVN.