Results 1 to 5 of 5

Thread: Quick Smart Question

  1. #1
    Join Date
    Nov 2011
    Location
    The Netherlands
    Posts
    90
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default When scipt restarts, smart restarts completely, help

    When I press stop and then play again, my script restarts SMART completely,
    but if I use other scripts it just reloads the script and not SMART.

    How to do this? Because that would make scripting a lot easier.
    Last edited by Ricky; 02-13-2012 at 05:33 PM.

  2. #2
    Join Date
    Nov 2011
    Location
    The Netherlands
    Posts
    90
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default When scipt restarts, smart restarts completely, help

    '''

  3. #3
    Join Date
    Sep 2007
    Location
    British Columbia, Canada
    Posts
    4,047
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    its because your smart world are set to 0 (or default)

    Go to the bottom where you see
    setupsrl;
    and all the other smart goodies, just make it go to a specific world rather than world:=0;

  4. #4
    Join Date
    Nov 2011
    Location
    The Netherlands
    Posts
    90
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Main View Post
    its because your smart world are set to 0 (or default)

    Go to the bottom where you see
    setupsrl;
    and all the other smart goodies, just make it go to a specific world rather than world:=0;
    I have this in my script:
    Simba Code:
    Smart_Server := RandomWorld(True, False);

  5. #5
    Join Date
    Nov 2011
    Location
    The Netherlands
    Posts
    90
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Alright that fixed it, thanks for your time.

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •