Skip to content

Metatable:Outfit

Stefan A. Brannfjell edited this page Oct 31, 2020 · 4 revisions

https://github.com/otland/forgottenserver/commit/36ca28bf37615d45bda4b253ad9c2cf32a9b0dc6

https://github.com/otland/forgottenserver/pull/3027

No description available at the moment.

local outfit = Outfit(looktype)
-- returns: outfit = {name=value, lookType=value, premium=value, unlocked=value}
local outfit = outfit(130)

if player:getOutfit() ~= outfit then
    player:setOutfit(outfit)
end
Clone this wiki locally