tabBackPack.getActivatedSlot()
getActivatedSlot broken if 100k + in the slot
If you have 100k or more of any item, tabBackPack.getActivatedSlot() will return the slot that has 100k or more (the white 100k text is being detected as activeslot)
Simba Code:
writeln(tabbackpack.getActivatedSlot());
99,999 coins in slot 1 (not activated)
Code:
---- TRSGameTab.__initTabs(): Setup gametab properties
-1
-- Succesfully freed SMART[1156]
99,999 coins in slot 1 (activated)
Code:
---- TRSGameTab.__initTabs(): Setup gametab properties
1
-- Succesfully freed SMART[1156]
100,000 (100k) coins in slot 1 (not activated)
Code:
---- TRSGameTab.__initTabs(): Setup gametab properties
1
-- Succesfully freed SMART[1156]