tibia-client/modules/game_inventory/inventory.otmod

17 lines
265 B
Plaintext
Raw Normal View History

2011-11-10 06:29:25 +01:00
Module
2011-12-05 19:27:07 +01:00
name: game_inventory
2011-11-10 06:29:25 +01:00
description: View local player equipments window
author: baxnie, edubart
website: www.otclient.info
2012-04-27 06:54:14 +02:00
dependencies:
- game
@onLoad: |
dofile 'inventory'
Inventory.init()
@onUnload: |
Inventory.terminate()