Results 1 to 3 of 3

Thread: How do i do this?

  1. #1
    Join Date
    Mar 2008
    Location
    Look behind you.
    Posts
    795
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default How do i do this?

    I have two extremely simple questions to ask. I searched but couldn't find anything; How do i implement SMART into my script, and what is the function that stops the script? Ex. StopScript;

  2. #2
    Join Date
    Oct 2009
    Location
    Stockton, CA
    Posts
    2,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    To implement SMART all you do is include it at the top of your script above SRL.
    If you do not specify these variables then it will use default settings:
    SCAR Code:
    Smart_Server := WorldNumber;
      Smart_Members := True/False;
      Smart_Signed := True/False;
      Smart_SuperDetail := True/False;
    To stop a script, call TerminateScript.
    Join the IRC! irc.rizon.net:6667/srl | SQLite (0.99rc3+) | SRL Doc | Simba Doc | Extra Simba Libraries (openSSL & sqlite3)
    Quote Originally Posted by #srl
    10:45 < Toter> daphil when can get sex anyday I want
    10:45 < Toter> he is always on #SRL
    "A programmer is just a tool which converts caffeine into code"

  3. #3
    Join Date
    Mar 2008
    Location
    Look behind you.
    Posts
    795
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Sex View Post
    To implement SMART all you do is include it at the top of your script above SRL.
    If you do not specify these variables then it will use default settings:
    SCAR Code:
    Smart_Server := WorldNumber;
      Smart_Members := True/False;
      Smart_Signed := True/False;
      Smart_SuperDetail := True/False;
    To stop a script, call TerminateScript.
    Thanks <3 the name by the way!

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
  •