Results 1 to 3 of 3

Thread: Not a valid symbol name

  1. #1
    Join Date
    Nov 2008
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Not a valid symbol name

    This error keeps showing up in SCAR for some reason:

    Code:
    ** Warning in GetSymbolColorIn: bank is not a valid symbol name.**
    I've tried reinstalling but it but I still get the same error.

    Here's the code I'm trying to use:
    Code:
    Program ThisWontWork;
    {.include SRL/SRL.scar}
    
    var
      x, y: integer;
    begin
      FindSymbol(x, y, 'bank');
    end.
    What am I doing wrong?

  2. #2
    Join Date
    Oct 2006
    Location
    ithurtsithurtsithurtsithurts
    Posts
    2,930
    Mentioned
    7 Post(s)
    Quoted
    135 Post(s)

    Default

    Try this:
    SCAR Code:
    Program ThisWontWork;
    {.include SRL/SRL.scar}

    var
      x, y: integer;
    begin
      SetupSRL;
      FindSymbol(x, y, 'bank');
    end.

  3. #3
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Is that the full code? Because that would work unless there is more to it.
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. wats a valid SCAR DFM form file
    By iskateftw305 in forum News and General
    Replies: 6
    Last Post: 01-28-2009, 08:21 PM
  2. bank not a valid symbol name?
    By Illkillutill in forum OSR Help
    Replies: 3
    Last Post: 04-19-2008, 10:42 AM
  3. Replies: 3
    Last Post: 08-02-2007, 02:38 PM
  4. clicking the quest symbol then the bank symbol
    By RudeBoiAlex in forum OSR Help
    Replies: 7
    Last Post: 03-22-2007, 11:14 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
  •