tibia-client/modules/game_outfit/outfit.otmod

16 lines
253 B
Plaintext

Module
name: game_outfit
description: Change local player outfit
author: baxnie, edubart
website: www.otclient.info
dependencies:
- game_interface
@onLoad: |
dofile 'outfit'
Outfit.init()
@onUnload: |
Outfit.terminate()