Results 1 to 4 of 4

Thread: Form Problem

  1. #1
    Join Date
    Dec 2006
    Posts
    173
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Form Problem

    Wow, I have not been here for awhile. Since I came back, I wanted to learn forms. So I read up on some tutorials and made this( Thanks jhildy! ).

    Im not sure if his tutorial about multiplayers was outdated or not so I went along with it.

    I keep getting this error:

    SCAR Code:
    Line 401: [Error] (15429:1): Unknown identifier 'LoadUs' in script

    It would be greatly apprieciated for some help. I hope someone can help me.....It seems like an easy fix. Thanks in advance!

    ~Macho Man67
    Starting to merchant, if you know of any good clans, PM me please.

  2. #2
    Join Date
    Aug 2007
    Posts
    429
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    because LoadUs and SaveUs are no longer functions (or necessary, you can take those two parts out) =]

    and aslo line 211..:
    SCAR Code:
    Form.Visible := True;
    //change it to
    Form.Visible := False;

    after that it's perfect

  3. #3
    Join Date
    Dec 2006
    Posts
    173
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    LoadUs and SaveUs were supposed to load and save the player array.

    Edit: Well thank you for the help....it was simple enough!
    Starting to merchant, if you know of any good clans, PM me please.

  4. #4
    Join Date
    Aug 2007
    Posts
    429
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Yeah don't need it nemore

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. crazy form problem
    By drizzt in forum OSR Help
    Replies: 4
    Last Post: 04-04-2008, 11:27 AM
  2. Form Problem
    By Rulerofall in forum OSR Help
    Replies: 1
    Last Post: 12-27-2007, 01:14 AM
  3. Advanced Form Problem
    By samoates1112 in forum OSR Help
    Replies: 14
    Last Post: 05-14-2007, 02:34 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
  •