tibia-client/modules/game_outfit/outfit.otmod

13 lines
231 B
Plaintext

Module
name: game_outfit
description: Change local player outfit
author: OTClient team
website: https://github.com/edubart/otclient
@onLoad: |
dofile 'outfit'
Outfit.init()
@onUnload: |
Outfit.terminate()