Would anyone know how to make it open up the Prayer, Inventory Tab?
Would anyone know how to make it open up the Prayer, Inventory Tab?
Previously known as "Phyaskou"
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;
There are currently 1 users browsing this thread. (0 members and 1 guests)