tibia-client/modules/game_outfit/outfit.otmod

16 lines
253 B
Plaintext
Raw Normal View History

2011-11-14 23:32:55 +01:00
Module
2011-12-05 19:27:07 +01:00
name: game_outfit
2011-11-14 23:32:55 +01:00
description: Change local player outfit
author: baxnie, edubart
website: www.otclient.info
2012-04-27 06:54:14 +02:00
dependencies:
- game_interface
2012-04-27 06:54:14 +02:00
@onLoad: |
dofile 'outfit'
Outfit.init()
@onUnload: |
Outfit.terminate()