tibia-client/modules/game_healthbar/healthbar.otmod

16 lines
262 B
Plaintext
Raw Normal View History

2011-11-04 00:10:12 +01:00
Module
2011-12-05 19:27:07 +01:00
name: game_healthbar
2011-11-04 00:10:12 +01:00
description: Displays health and mana points
author: edubart
website: www.otclient.info
2012-04-27 06:54:14 +02:00
dependencies:
- game_interface
@onLoad: |
dofile 'healthbar'
HealthBar.init()
@onUnload: |
HealthBar.terminate()