y i cant press character key??
like
"press F4" command..i need to press just "z" key and "r" key..
label>start
press z
wait>3
press r
goto>start
it's dont work >.< how can i make it work? plz quick aswer any1 who know.. have a nice day ^^;
pressing character key..
Moderators: JRL, Dorian (MJT support)
Sen>z
Will act as if you pressed the 'z' key on your keyboard. If you're running this script by clicking on a shortcut, you may have to make the script "Set Focus" to the window of your game.
(See the "SetFocus" command in the help file).
Example:
SetFocus>Castle Attack*
(or whatever the window title of your game is called). You can check the window title with "Tools -> View system windows" from the MSched's drop down menus.
Will act as if you pressed the 'z' key on your keyboard. If you're running this script by clicking on a shortcut, you may have to make the script "Set Focus" to the window of your game.
(See the "SetFocus" command in the help file).
Example:
SetFocus>Castle Attack*
(or whatever the window title of your game is called). You can check the window title with "Tools -> View system windows" from the MSched's drop down menus.