Results 1 to 9 of 9

Thread: UpChars07

  1. #1
    Join Date
    Mar 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default UpChars07

    Hello, when I try and run my desired script I get this error.

    Code:
    [Error] C:\Simba\Includes\SRL-OSR/SRL/core/text.simba(805:13): Unknown identifier 'UpChars07' at line 804
    Compiling failed.
    Even though I have that file along with the images in this path.

    Simba/Fonts/UpChars07

    Anyone help?

  2. #2
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Restart Simba

  3. #3
    Join Date
    Mar 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Thanks but now I get this error :/

    [Error] C:\Simba\Includes\SRL-OSR/SRL/misc/SmartParams.Simba(241:157): Invalid number of parameters at line 240
    Compiling failed.

  4. #4
    Join Date
    Mar 2012
    Location
    Over there
    Posts
    840
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    At the top of your script change
    Simba Code:
    {$DEFINE SMART}
    to
    Simba Code:
    {$DEFINE SMART8}
    or vice versa.

  5. #5
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    SRL-OSR: You just need to do {$DEFINE SMART} (Have version 8 plugins)

    Forum account issues? Please send me a PM

  6. #6
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    In my experience you just need to make sure it says
    {$DEFINE SMART8} and not {$DEFINE SMART} at the top and you're all good.

  7. #7
    Join Date
    Mar 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Im still getting the same error after doing that.

  8. #8
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by MarcBot View Post
    Im still getting the same error after doing that.
    Download smart 8.0. I believe you need it for osr

  9. #9
    Join Date
    Mar 2013
    Location
    United States
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    The script might not be smart 8 compatible but you can make it that it is. By adding the code someone posted above.

    Also after you see BEGIN, under that line put
    SetupSRL
    . Like shown in the screen shot below.

    http://prntscr.com/xxd24

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
  •