hey guys, i made a nix lvler for conquer, the cure,med,sit loop works
cept the control key won't hold down, how do i fix that
SetActiveWindow [Conquer2.0]
Procedure Meditate_Level
Delay 100
Keys {F10}
Delay 500
RightClick
Keydown {Control} 1000000000000000
Keys {F5}
Delay 100
Keys {F9}
Delay 100
End
While 1 = 1
Call Meditate_Level
End