Results 1 to 5 of 5

Thread: just a question

  1. #1
    Join Date
    Jun 2008
    Location
    Australia
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default just a question

    is there a way to like writeln but scar creates a txt document and saves it some where?

    thanks

  2. #2
    Join Date
    May 2007
    Location
    Netherlands, Amersfoort
    Posts
    2,701
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    Procedure SafeReport;
    var
      SaveFileCreate: TStringList;
    Begin
      SaveFileCreate := TStringList.Create;
      SaveFileCreate.Add('hello');
      SaveFileCreate.Add('save me plz');
      If Not SaveToFile(SaveFileCreate, AppPath +'hello.txt') Then
      WriteLn('Could not save your report.')
      Else
      WriteLn('saved your file!');
    End;

    btw: AppPath = C:\ProgramFiles\Scar 3.15\hello.txt

  3. #3
    Join Date
    Jun 2007
    Location
    Liverpool ,Nsw,Australia
    Posts
    740
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice Mk

    OMGOMGOMGOMGOMGOMGOMGOMGOMGOMG MK's Pest controller
    Quote Originally Posted by Darkmage View Post
    I got 2 questions'
    #1. When i run the script will it automatically pick up the mouse and move?

  4. #4
    Join Date
    Jun 2008
    Location
    Australia
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thank you for that

  5. #5
    Join Date
    Jul 2007
    Location
    Ottawa, Canada
    Posts
    930
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I have a runescape account named shade42... oops i said that outloud.
    ~ Metagen

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. i has a question
    By Solkrieg in forum OSR Help
    Replies: 5
    Last Post: 10-30-2008, 08:20 AM
  2. tab 5 question
    By dvdcrayola in forum OSR Help
    Replies: 4
    Last Post: 07-04-2008, 06: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
  •