Results 1 to 3 of 3

Thread: Game Tab

  1. #1
    Join Date
    Jan 2012
    Posts
    522
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Game Tab

    Would anyone know how to make it open up the Prayer, Inventory Tab?
    Previously known as "Phyaskou"

  2. #2
    Join Date
    Mar 2012
    Location
    Color :D
    Posts
    938
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Simba Code:
    GameTab
    ~~~~~~~

    .. code-block:: pascal

        function GameTab(Tab: Integer): Boolean;

    Returns True if the Tab exists.

    .. note::

        by Zephyrsfury

    .. code-block:: pascal

        const
          tab_Combat = 21;
          tab_Stats = 22;
          tab_Quest = 23;
          tab_Diary = 24;
          tab_Inv = 25;
          tab_Equip = 26;
          tab_Prayer = 27;
          tab_Magic = 28;
          tab_Objectives = 29;
          tab_Friends = 30;
          tab_Ignore = 31;
          tab_Clan = 32;
          tab_Options = 33;
          tab_Emotes = 34;
          tab_Music = 35;
          tab_Notes = 36;
          tab_LogOut = 37;

  3. #3
    Join Date
    Jan 2012
    Posts
    522
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by CephaXz View Post
    Simba Code:
    GameTab
    ~~~~~~~

    .. code-block:: pascal

        function GameTab(Tab: Integer): Boolean;

    Returns True if the Tab exists.

    .. note::

        by Zephyrsfury

    .. code-block:: pascal

        const
          tab_Combat = 21;
          tab_Stats = 22;
          tab_Quest = 23;
          tab_Diary = 24;
          tab_Inv = 25;
          tab_Equip = 26;
          tab_Prayer = 27;
          tab_Magic = 28;
          tab_Objectives = 29;
          tab_Friends = 30;
          tab_Ignore = 31;
          tab_Clan = 32;
          tab_Options = 33;
          tab_Emotes = 34;
          tab_Music = 35;
          tab_Notes = 36;
          tab_LogOut = 37;
    Thanks mate!
    Previously known as "Phyaskou"

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
  •