Results 1 to 3 of 3

Thread: How to get each line of the chat box in 07 scape?

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

    Default How to get each line of the chat box in 07 scape?

    Title is the question

    an example would be great

  2. #2
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    Simba Code:
    (*
    GetChatBoxText
    ~~~~~~~~~~~~~~

    .. code-block:: pascal

        function GetChatBoxText(Line, TextCol: Integer): string;

    Gets text on the line Line with colour TextCol.
    (Line 1 is the top, Line 8 is the bottom line).
    Colours:

        - clMessage/clBlack - Black text messages ("Oh Dear you are dead", etc).
        - clChat/clBlue     - Chat messages from you and other players.
        - clTrade/clPurple  - Colour of trade request text.
        - clFriend          - Colour of friend and clan chat.

    Works with other colours too.


    .. note::

        by ZephyrsFury

    Example:

    .. code-block:: pascal


    *)
    There used to be something meaningful here.

  3. #3
    Join Date
    Jun 2007
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks, found it , forgot to update my thread

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
  •