Results 1 to 3 of 3

Thread: typing keystorkes in text

  1. #1
    Join Date
    Aug 2007
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default typing keystorkes in text

    Hi does anyone how to type a command to press the F2 key?

    For example the enter key would be Char(13)

    Thanks in advance

  2. #2
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    KeyDown(VK_F2);
    Wait(MS);
    KeyUp(VK_F2);
    Read the SCAR Manual


  3. #3
    Join Date
    Aug 2007
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks will do

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Grabbing or reading Text from a game text box
    By British in forum OSR Help
    Replies: 16
    Last Post: 02-27-2009, 08:02 AM
  2. typing
    By sink998 in forum OSR Help
    Replies: 3
    Last Post: 12-06-2008, 06:04 AM
  3. Typing in RS
    By GhostofReality in forum OSR Help
    Replies: 27
    Last Post: 09-01-2008, 03:14 PM
  4. Not Typing?
    By Hey321 in forum OSR Help
    Replies: 5
    Last Post: 02-23-2007, 11:01 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •