Results 1 to 2 of 2

Thread: SRL defualt Forms?

  1. #1
    Join Date
    Aug 2006
    Posts
    151
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    SRL defualt Forms?

    Well i relize thiers an include which is
    SCAR Code:
    {.include SRL\SRL\misc\PlayerForm.scar}
    and i would realy like to add it to my script for player managing purposes but i dont get what i would put in main loop,and if i would need to make a procedure
    ~Thnx to all that help

  2. #2
    Join Date
    Aug 2006
    Location
    London
    Posts
    2,021
    Mentioned
    2 Post(s)
    Quoted
    0 Post(s)

    Default

    the procedure is SetupPlayers

    however, i dont want to be promoting my own work only, but what the hell

    playerform can only get options of skill and location
    my User Manager can do Every option, even boolean1, string1, the whole lot

    also if you do
    FormColor := 255;
    it will make the background red, (replace 255 with any SCAR color)

    User Manager is already included into SRL, you dont need to include anything else

    the procedure for it is 'StartPlayers(true,'');'

    the string is the options, if you do 'StartPlayers(True,'boolean1');' you get boolean1 in the form, it works will all options (they are seperated by spaces)

    note: when marasquerader sees this, he will kill me :\
    Join the Official SRL IRC channel. Learn how to Here.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Forms
    By marre in forum OSR Help
    Replies: 2
    Last Post: 12-19-2007, 07:53 PM
  2. Need help with forms!
    By Da Der Der in forum OSR Help
    Replies: 2
    Last Post: 01-14-2007, 07:13 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
  •