-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Metatable:Outfit
Stefan A. Brannfjell edited this page Oct 31, 2020
·
4 revisions
https://github.com/otland/forgottenserver/pull/3027
No description available at the moment.
local outfit = Outfit(looktype)
--return Outfit(name, lookType, premium, unlocked)
local outfit = outfit(130)
if player:getOutfit() ~= outfit then
player:setOutfit(outfit)
end