Results 1 to 4 of 4

Thread: Really, Really Big Error

  1. #1
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    1,610
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default Really, Really Big Error

    well, when i run this script i get a runtime error, I think its in the door opener. Help

    Accept that the waters around you have grown.

  2. #2
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    replace this:
    PHP Code:
      If OpenDoorAngle(x,y,20000,7,1,'E',true,true)=true then 
    with this:
    PHP Code:
      If OpenDoorAngle(x,y,20000,7,1,'E',true,truethen 
    I believe the correct syntax for the if condition followed by a = comparison is ( ) (brackets):
    PHP Code:
      If (OpenDoorAngle(x,y,20000,7,1,'E',true,true) = truethen 
    but not entirely sure on that one....
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  3. #3
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    1,610
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks . Hopefully it will work now. Any opinion on the door opener as a script ?

    Accept that the waters around you have grown.

  4. #4
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    1,610
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    didnt work....does this mean i gotta re write?

    EDIT:Fixed....i'm a idiot....it was so simple

    Accept that the waters around you have grown.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Line 135: [Error] (14845:1): Syntax error in script
    By AbsTrACt'^.| in forum OSR Help
    Replies: 16
    Last Post: 05-23-2008, 01:14 PM
  2. Replies: 5
    Last Post: 02-26-2008, 04:14 PM
  3. Smart error and Some kind of Math.scar error
    By FagetHax0r in forum OSR Help
    Replies: 6
    Last Post: 02-24-2008, 10:43 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
  •