Results 1 to 8 of 8

Thread: A [Hint] on all of my scripts?

  1. #1
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default A [Hint] on all of my scripts?

    Any clue what this is?

    [Hint] C:\Simba\Includes\SRL/SRL/core/antirandoms\beekeeper.simba(194:3): Variable 'T' never used at line 193
    I'm getting it after compiling scripts.
    Current Project: Retired

  2. #2
    Join Date
    Jan 2009
    Location
    Turlock/LA, California
    Posts
    1,494
    Mentioned
    3 Post(s)
    Quoted
    66 Post(s)

    Default

    they didnt groom over the randoms code when they pushed it into the repository. im sure it will be fixed in the next update, its nothing big though.

  3. #3
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Oh I was just wondering it doesn't effect the scripts so I'm fine
    Current Project: Retired

  4. #4
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    It's a hint Basically it's what the compiler is suggesting for you to do, in this case it's a useless variable so it's recommending you to remove it. Hint's shouldn't concern you much, but useful when finalising your script.
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

  5. #5
    Join Date
    Dec 2011
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Hint] C:\Simba\Includes\SRL/SRL/core/antirandoms\beekeeper.simba(194:3): Variable 'T' never used at line 193

    i seem to be getting this error aswell, but unlike Gucci's error, it isn't letting me run the script.

    [Error] (62:11): Duplicate identifier 'FREEDTMS' at line 61
    Compiling failed.

    this is the following error i get which isn't allowing me to start the script. any help would be greatly apreciated.

    cheers

  6. #6
    Join Date
    Dec 2011
    Location
    The Netherlands
    Posts
    1,631
    Mentioned
    47 Post(s)
    Quoted
    254 Post(s)

    Default

    Quote Originally Posted by illegal View Post
    [Hint] C:\Simba\Includes\SRL/SRL/core/antirandoms\beekeeper.simba(194:3): Variable 'T' never used at line 193

    i seem to be getting this error aswell, but unlike Gucci's error, it isn't letting me run the script.

    [Error] (62:11): Duplicate identifier 'FREEDTMS' at line 61
    Compiling failed.

    this is the following error i get which isn't allowing me to start the script. any help would be greatly apreciated.

    cheers
    I think that a duplicate identifier is mostly when you have two different procedures/functions named exactly the same. Try looking if you have any procedures/functions name the same.

    Script source code available here: Github

  7. #7
    Join Date
    Dec 2011
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by RuneScapeJJ View Post
    I think that a duplicate identifier is mostly when you have two different procedures/functions named exactly the same. Try looking if you have any procedures/functions name the same.
    ty for quick reply, but there is only 1 freedtms procedure in the script. other people on the forum seem to be having the same problem, and a few members have said to wait for an update.

  8. #8
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by illegal View Post
    ty for quick reply, but there is only 1 freedtms procedure in the script. other people on the forum seem to be having the same problem, and a few members have said to wait for an update.
    FreeDTM is a function so for the name of the procedure you need to use something else like FrDTM.
    Current Project: Retired

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
  •