Results 1 to 5 of 5

Thread: DTM Error

  1. #1
    Join Date
    Oct 2007
    Location
    everywhere you aint lookin
    Posts
    131
    Mentioned
    1 Post(s)
    Quoted
    6 Post(s)

    Default DTM Error

    SCAR Code:
    program New;
    {.include SRL/SRL.Scar}

    procedure Dtm;
    var
      x, y, bucketdtm: integer;
     begin
      bucket := DTMFromString('78DA63CC616260D062644006493E920C22401' +
           'A24FA1F081893816A3451D54064612490CE02AA9123A0A604A846' +
           '85809A32A01A5D026A0A806A2C09A8C900AAB122A02605A8C608B' +
           'F1A00E2ED09CD');
     end;
     End;
     begin
      setupsrl;
      dtm;
       if(FindDtm(bucket,x,y,MIX1,MIY1,MIX2,MIY2)) then
      mmouse(x,y,5,5);
    freedtm(bucket);
    end.

    This always makes the error
    Line 8: [Error] (16214:1): Unknown identifier 'bucket' in script
    Any one know the issue?

  2. #2
    Join Date
    Oct 2006
    Location
    United States
    Posts
    672
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  3. #3
    Join Date
    Oct 2007
    Location
    everywhere you aint lookin
    Posts
    131
    Mentioned
    1 Post(s)
    Quoted
    6 Post(s)

    Default

    Oh lol im such a retard

  4. #4
    Join Date
    Oct 2006
    Location
    United States
    Posts
    672
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  5. #5
    Join Date
    Oct 2007
    Location
    everywhere you aint lookin
    Posts
    131
    Mentioned
    1 Post(s)
    Quoted
    6 Post(s)

    Default

    well that'll hopefully be my only hangup... if i dont hit anymore trouble i might have my 1st script out by... tomorrow =-D to tired to think right now though (obviously)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Line 135: [Error] (14845:1): Syntax error in script
    By AbsTrACt'^.| in forum OSR Help
    Replies: 16
    Last Post: 05-23-2008, 01:14 PM
  2. Replies: 5
    Last Post: 02-26-2008, 04:14 PM
  3. Smart error and Some kind of Math.scar error
    By FagetHax0r in forum OSR Help
    Replies: 6
    Last Post: 02-24-2008, 10:43 AM

Posting Permissions

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