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
|
2012-05-01 15:06:38 +02:00
|
|
|
author: baxnie, edubart
|
|
|
|
website: www.otclient.info
|
2012-03-22 22:47:52 +01:00
|
|
|
|
2012-04-27 06:54:14 +02:00
|
|
|
dependencies:
|
2012-03-23 14:48:05 +01:00
|
|
|
- game
|
|
|
|
|
2012-03-22 22:47:52 +01:00
|
|
|
@onLoad: |
|
2012-02-06 05:39:52 +01:00
|
|
|
dofile 'inventory'
|
2012-03-23 14:48:05 +01:00
|
|
|
Inventory.init()
|
|
|
|
|
|
|
|
@onUnload: |
|
|
|
|
Inventory.terminate()
|
|
|
|
|