Results 1 to 3 of 3

Thread: Need help with script

  1. #1
    Join Date
    Dec 2008
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Need help with script

    I have this autocutter script and everytime i try to run it it says

    Line 46: [Error] (259:11): Unknown identifier 'CreateTPAFromBMP' in script C:\Program Files\SCAR 3.15\includes\SRL/SRL/Core/Math.scar

    But on line 46 under Math.scar it shows
    Result := CreateTPAFromBMP( GetBitmapDC(TempBMP));

    The script will not run, please reply

  2. #2
    Join Date
    Apr 2007
    Posts
    151
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Try posting this on the actual script thread?

    Also, have you filled in the Nickname for your char(s)?

    (3-4 characters of your username)


    Your setup should look something like this;

    SCAR Code:
    Procedure DeclarePlayers;
    Begin
      CurrentPlayer  := 0; // Starting player
      HowManyPlayers := 1; // How many players in total?
      NumberOfPlayers(HowManyPlayers);

      Players[0].Name        := 'Username';              // Username
      Players[0].Pass        := 'password';              // Password
      Players[0].Nick        := 'ame';  //  <---Important!! This is your characters NICKNAME!!!        
      Players[0].Active      := True;            // Use this player?
      Players[0].Integers[1] := 500;         //Loads to Cut

    I hope this solves your problem, if not make sure you have latest SCAR(3.15b and SRL Rev 30)

    Thanks,

    -PK

    end;

  3. #3
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    is your SRL updated?

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
  •