Results 1 to 3 of 3

Thread: Script Starter

  1. #1
    Join Date
    Feb 2013
    Location
    Canada
    Posts
    49
    Mentioned
    2 Post(s)
    Quoted
    13 Post(s)

    Default Script Starter

    Code:
    program SetupForAScript;
    {$Define Smart}
    {$i SRL/SRL.Simba}
    {$i P07Include.simba}
    
    Var
     //Define Global Variables here
    
    
    
    
    
    Procedure SetupSimba;
    begin;
     ClearDebug;
      SetupSRL;
       SetupP07Include;
        ActivateClient;
         ClearDebug;
    end;
    
    begin
     SetupSimba;
    
    
    
    
    end.
    Just a template to start your script.
    Hope I saved you other scripters some time


  2. #2
    Join Date
    Nov 2011
    Location
    Sacramento, California
    Posts
    366
    Mentioned
    4 Post(s)
    Quoted
    85 Post(s)

    Default

    Just wanted to let you know that many people are on SMART8 now, so {$Define Smart8).

    Many like me have this saved, but thanks anyways!

  3. #3
    Join Date
    Jan 2009
    Location
    Turlock/LA, California
    Posts
    1,494
    Mentioned
    3 Post(s)
    Quoted
    66 Post(s)

    Default

    its a nice idea, but if you are gonna post code for others to use, please follow our standards.
    Last edited by x[Warrior]x3500; 03-17-2013 at 02:14 AM.

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
  •