Results 1 to 3 of 3

Thread: Error: Unknown declaration

  1. #1
    Join Date
    Jan 2012
    Posts
    62
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Error: Unknown declaration

    I seem to be keep getting this error on every script I try to run.
    For example: Error: Unknown declaration "players"
    Error: Unknown declaration "randomRClickItem"
    Any help would be greatly appreciated.

  2. #2
    Join Date
    Feb 2009
    Location
    Irvine, CA
    Posts
    2,873
    Mentioned
    8 Post(s)
    Quoted
    138 Post(s)

    Default

    Wrong forum. But anyways it sounds like you need to download SRL via the SRL extension in simba.

  3. #3
    Join Date
    Mar 2013
    Location
    Argentina
    Posts
    758
    Mentioned
    27 Post(s)
    Quoted
    365 Post(s)

    Default

    have you included srl on top of the script?
    like ths:
    Code:
    program Toad_Picker;
    
    {$DEFINE SMART}
    {$I SRL-6/SRL.simba}
    {$I SPS/lib/SPS-RS3.Simba}

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
  •