-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Metatable:Outfit
Stefan A. Brannfjell edited this page Nov 1, 2020
·
4 revisions
https://github.com/otland/forgottenserver/pull/3027
No description available at the moment.
local outfit = Outfit(140)
-- returns: outfit = {name='Noblewoman', lookType=140, premium=1, unlocked=1}
local outfit = Outfit(player:getOutfit().lookType)
player:sendTextMessage(MESSAGE_INFO_DESCR, 'You are currently wearing the ' .. outfit.name .. ' outfit.')