Results 1 to 4 of 4

Thread: Is it possible ? ( Writing on smart )

  1. #1
    Join Date
    Jun 2007
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Is it possible ? ( Writing on smart )

    I want to know if it can be possible to write when smart running, so i can answer to other people around me ?

    Thanck.

  2. #2
    Join Date
    Mar 2007
    Posts
    478
    Mentioned
    4 Post(s)
    Quoted
    4 Post(s)

    Default

    nvm that wasn't the right thread.....
    Back from the dead.....

  3. #3
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yes it is. Look at RM's script, Trilez has done it too. I had it in one of my old versions of powerminers too.
    “Ignorance, the root and the stem of every evil.”

  4. #4
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    SCAR Code:
    { RM --------------------------------------------------------------------------]
    [ Checks for Randoms                                                           ]
    [------------------------------------------------------------------------------}

    function RMRandoms(RDebug: boolean): boolean;
    var s: string;
    begin
      if RDebug then
        RMDebug('Checking for randoms');

      Result := FindNormalRandoms;

      if IsFKeyDown(12) then
      begin
        s := Readln('What would you like to type ingame?');

        if s = '' then
          exit;

        TypeSend(s);
      end;
    end;

    ~RM

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

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
  •