Results 1 to 4 of 4

Thread: Includes?

  1. #1
    Join Date
    Oct 2006
    Posts
    517
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Includes?

    What are good includes for a fighting script?

    EDIT: Also, whats up with this error??
    SCAR Code:
    wait((Betweentime * 1000) + random(300)) if(FindMonk) then if (IsUpText('Attack Monk')then;  //>>>LINE 21 here
    Mouse(x, y, 10, 10, True);

    the error:
    SCAR Code:
    Failed when compiling
    Line 21: [Error] (15903:87): Close round expected in script C:\Documents and Settings\Owner\Desktop\MonkFighter.scar

  2. #2
    Join Date
    Nov 2006
    Location
    California, USA
    Posts
    336
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    if (IsUpText('Attack Monk') should be if (IsUpText('Attack Monk'))

    {.include srl\SRL.scar}
    {.include srl\srl\skill\Fighting.scar}

  3. #3
    Join Date
    Oct 2006
    Posts
    517
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Now I got this:
    SCAR Code:
    until (not(LoggedIn))

    error:
    SCAR Code:
    Failed when compiling
    Line 23: [Error] (15905:1): Identifier expected in script C:\Documents and Settings\Owner\Desktop\MonkFighter.scar

  4. #4
    Join Date
    Nov 2006
    Location
    California, USA
    Posts
    336
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Helped on MSN.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Cut em includes!!!
    By Raskolnikov in forum Research & Development Lounge
    Replies: 11
    Last Post: 12-19-2007, 12:27 AM
  2. Includes
    By jonny3558 in forum OSR Help
    Replies: 14
    Last Post: 10-30-2007, 01:11 AM

Posting Permissions

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