Results 1 to 6 of 6

Thread: Why Wont This Work??

  1. #1
    Join Date
    Oct 2007
    Location
    Adelaide, AUS.
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Why Wont This Work??

    I am trying to make a basic fletching script, but when i caompile it says this:
    SCAR Code:
    Line 41: [Error] (14722:14): Identifier expected in script
    I did
    SCAR Code:
    WriteLn('27')+chr(13);

  2. #2
    Join Date
    May 2007
    Location
    Netherlands, Amersfoort
    Posts
    2,701
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    erm, what your trying to make it do?

    couse this is just wierd and wrong code

  3. #3
    Join Date
    Oct 2007
    Location
    Adelaide, AUS.
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I am trying to make it write in 27, for the number of logs i will fletch.
    I am still not very familiar with using SRL so I am just doing this in normal scar form

  4. #4
    Join Date
    Aug 2007
    Posts
    1,404
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    writeln('27'+chr(13))

    But that would only write "27" in the debug-box. If you want SCAR to write something in the gamescreen, you can use SRL's own procedure "TypeSend". That presses enter too.

    -Knives

  5. #5
    Join Date
    Oct 2007
    Location
    Adelaide, AUS.
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks a heap King Of Knives!!! It works now.

  6. #6
    Join Date
    Nov 2007
    Location
    UK
    Posts
    242
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You could use sendkeys also but that is NOT RECCAMENDED! it could get you banned if used excessively!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Why wont this work
    By philowns in forum OSR Help
    Replies: 3
    Last Post: 07-29-2007, 01:36 AM
  2. Why wont this work
    By philowns in forum OSR Help
    Replies: 8
    Last Post: 07-28-2007, 07:12 PM
  3. Just wont work
    By reece844 in forum OSR Help
    Replies: 5
    Last Post: 04-24-2007, 09: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
  •