skeetzoo
Banned User
skeetzoo submitted a new resource:
gems adding hp mana skills - skillsandstats
Read more about this resource...
gems adding hp mana skills - skillsandstats
from:[TFS 1.5] [7.4] RookieOTs (https://otland.net/threads/tfs-1-5-7-4-rookieots.289065/)
so credits highsanta
LUA:-- Define a function to check if the player is wearing any equipment local function hasEquipment(player) return player:getSlotItem(CONST_SLOT_HEAD) or player:getSlotItem(CONST_SLOT_NECKLACE) or -- Added necklace slot check player:getSlotItem(CONST_SLOT_ARMOR) or...
Read more about this resource...