Results 1 to 3 of 3

Thread: Problems to get simba press enter in script.

  1. #1
    Join Date
    Nov 2014
    Posts
    6
    Mentioned
    1 Post(s)
    Quoted
    4 Post(s)

    Default Problems to get simba press enter in script.

    I have tried command:
    KeyDown(13);
    KeyUp(13);
    but for some reason it does not press enter in the game. Anyone know how i could fix this?

  2. #2
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by sir nuti View Post
    I have tried command:
    KeyDown(13);
    KeyUp(13);
    but for some reason it does not press enter in the game. Anyone know how i could fix this?
    Try this:

    Simba Code:
    typeByte(VK_ENTER);

    Forum account issues? Please send me a PM

  3. #3
    Join Date
    Nov 2014
    Posts
    6
    Mentioned
    1 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by Justin View Post
    Try this:

    Simba Code:
    typeByte(VK_ENTER);
    Thank you so so so so so so so so so much! It worked. Love you <3

Thread Information

Users Browsing this Thread

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

Posting Permissions

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