Results 1 to 3 of 3

Thread: Unidentified procedure......

  1. #1
    Join Date
    Dec 2006
    Location
    UK!!
    Posts
    910
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Unidentified procedure......

    hi i am very new to scripting EG i started leanring at 4 pm and its now 11.30 pm but ne way i decided to try to make form for a simple script. so i followed the tut's and made it..added all the proceudures like safeinitform; and w/e but when i come to run the form i get an error
    Code:
    [Runtime Error] : Exception: Unknown Procedure in line 241 in script
    the script is atached and before / if ne one notices the form which will hopefully be linked to is Mjordans Runescape Character Creator. but this is strictly forleanring perposes and if i decided o realese it he will be contacted before ... so any way can someone help

  2. #2
    Join Date
    Feb 2006
    Location
    Myrtle Beach, SC USA!
    Posts
    841
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    You named the form procedure Form instead of InitForm. Change the following procedure to this

    SCAR Code:
    procedure SafeInitForm;
    var
      v: TVariantArray;
    begin
      setarraylength(V, 0);
      ThreadSafeCall('Form', v);
    end;

  3. #3
    Join Date
    Dec 2006
    Location
    UK!!
    Posts
    910
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    aaaahhh ty lol didnt see that

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Procedure TypeSendRandom & Procedure AutoResponder!
    By Ultra in forum Research & Development Lounge
    Replies: 12
    Last Post: 01-08-2008, 07:04 PM
  2. Replies: 8
    Last Post: 05-24-2007, 11:57 PM
  3. Procedure that calls random procedure?
    By Secet in forum OSR Help
    Replies: 2
    Last Post: 03-03-2007, 03:56 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
  •