Results 1 to 11 of 11

Thread: This is Weird.

  1. #1
    Join Date
    Sep 2008
    Location
    My House
    Posts
    519
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default This is Weird.

    Whenever I run a script (Any script) I get this

    Code:
    [Hint] C:\Simba\Includes\SRL/SRL/core/gametab.scar(1513:3): Variable 'P' never used at line 1512
    I tried reinstalling but its still there. I thought it was weird.
    Still learning to code in Simba.

  2. #2
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by death12652 View Post
    Whenever I run a script (Any script) I get this

    Code:
    [Hint] C:\Simba\Includes\SRL/SRL/core/gametab.scar(1513:3): Variable 'P' never used at line 1512
    I tried reinstalling but its still there. I thought it was weird.
    Nothing to worry about

    Seems like one of us (Devs) left a variable too much in there. I'll move this to Public SVN and we'll get it cleaned up

    This in no way stops your script

    ~RM

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

  3. #3
    Join Date
    Sep 2008
    Location
    My House
    Posts
    519
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I know and I thought I should mention it.
    Still learning to code in Simba.

  4. #4
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by death12652 View Post
    I know and I thought I should mention it.
    Glad you did, thank you

    ~RM

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

  5. #5
    Join Date
    Dec 2006
    Location
    Houston, TX USA
    Posts
    4,791
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Simba doesn't do this when I compile it, but I know whats causing this.

  6. #6
    Join Date
    Sep 2008
    Location
    My House
    Posts
    519
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Heres another thing that is weird. I don't know what part of my script called upon this but...

    Code:
    [Error] C:\Simba\Includes\reflection\./Core/TileCore.simba(86:9): Unknown identifier 'SmartGetFieldObject' at line 85
    Compiling failed.
    Still learning to code in Simba.

  7. #7
    Join Date
    Jan 2010
    Posts
    1,414
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    If you still need the help:
    {$DEFINE SMART} before you include SRL.

    Quote Originally Posted by death12652 View Post
    Heres another thing that is weird. I don't know what part of my script called upon this but...

    Code:
    [Error] C:\Simba\Includes\reflection\./Core/TileCore.simba(86:9): Unknown identifier 'SmartGetFieldObject' at line 85
    Compiling failed.

  8. #8
    Join Date
    Sep 2008
    Location
    My House
    Posts
    519
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It is defined before SRL is.
    Still learning to code in Simba.

  9. #9
    Join Date
    Feb 2011
    Location
    Vancouver Island
    Posts
    85
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I've been having this problem too, searched for hours and found nothing about it.

    Simba Code:
    Unknown identifier 'SmartGetFieldObject' at line 67

  10. #10
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by mike-gee420 View Post
    I've been having this problem too, searched for hours and found nothing about it.

    Simba Code:
    Unknown identifier 'SmartGetFieldObject' at line 67
    So you gravedig a script off the 'Reflection section' of which the title of the forum section says:
    Reflection Please note scripts moved here are currently not functional due to recent "bot-buster" update.
    then gravedig a thread to ask it?

  11. #11
    Join Date
    Feb 2011
    Location
    Vancouver Island
    Posts
    85
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    well wtf, my computer was screwing around yesterday.. i searched my problem on google (like i kept seeing) And it lead me here, said all the posts were from 2012, just happens it had the same error i got.. my bad lol i shoulda just went to sleep instead of searching.
    Edit: wooow i see how bad i messed up now, Thanks riwu
    Last edited by mike-gee420; 09-14-2012 at 10:00 PM.

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
  •