Results 1 to 3 of 3

Thread: Identifier expected in script

  1. #1
    Join Date
    Nov 2007
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Identifier expected in script

    THis script is not for runescape but for some reason i get expected in script even tho it looks fine to me...


    SCAR Code:
    program New;


    begin
    MoveMouse(351,406)
    ClickMouse(351,406,true)
    wait(500)
    MoveMouse(350,330)
    ClickMouse(350,330,true)
    wait(5000)
    MoveMouse(344,334)
    ClickMouse(344,334,true)
    MoveMouse(341,267)
    ClickMouse(341,267,true)
    wait(900000)
    repeat;
    end.

  2. #2
    Join Date
    Nov 2007
    Location
    Nowhereville
    Posts
    1,155
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    You have to have an until(Somthing)
    Formerly known as Cut em2 it

  3. #3
    Join Date
    Nov 2007
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    im not understanding where does that go and what do i put?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Identifier expected in script...But Why?
    By Macrosoft in forum OSR Help
    Replies: 10
    Last Post: 01-27-2012, 06:33 AM
  2. Bah!! Identifier Expected in Script.
    By siroober in forum OSR Help
    Replies: 3
    Last Post: 05-03-2008, 11:46 PM
  3. Identifier expected in script
    By StrikerX in forum OSR Help
    Replies: 2
    Last Post: 04-11-2008, 12:21 PM
  4. Identifier expected in script
    By Becks in forum OSR Help
    Replies: 6
    Last Post: 04-11-2008, 06:41 AM
  5. Identifier expected in script?
    By steth1010 in forum OSR Help
    Replies: 6
    Last Post: 05-06-2007, 09:03 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
  •