Results 1 to 3 of 3

Thread: UseSandwichSolver variable...

  1. #1
    Join Date
    Sep 2007
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default UseSandwichSolver variable...

    SCAR Code:
    UseSandwichSolver, UseBoxSolver, UseCerterSolver, UseFindMod, UseFindTrade: Boolean;

    Those variables are in the players.scar file with SRL and I cant seem to figure out if they are automatically set to TRUE. Do I need to set these to true or are Booleans automatically set to true the moment they are defined?

  2. #2
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by orion pax View Post
    SCAR Code:
    UseSandwichSolver, UseBoxSolver, UseCerterSolver, UseFindMod, UseFindTrade: Boolean;

    Those variables are in the players.scar file with SRL and I cant seem to figure out if they are automatically set to TRUE. Do I need to set these to true or are Booleans automatically set to true the moment they are defined?
    these are located in
    SCAR Code:
    {.include SRL\SRL.scar}
    at the bottom and set when you call
    SCAR Code:
    setupsrl;

    EDIT: and yes these will all be set to true ( you can change if you would like... )

  3. #3
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by ste_buxton View Post
    lol
    Please do not spam..


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Help with storing variable
    By Drew_Dawg in forum OSR Help
    Replies: 1
    Last Post: 02-02-2008, 11:54 AM
  2. Is there any variable like...?
    By dritar in forum OSR Help
    Replies: 2
    Last Post: 10-05-2007, 06:07 PM
  3. Increasing a variable
    By Its Miller Time in forum OSR Help
    Replies: 12
    Last Post: 06-06-2007, 06:43 PM

Posting Permissions

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