16 lines
299 B
Plaintext
16 lines
299 B
Plaintext
|
Module
|
||
|
name: game_healthinfo
|
||
|
description: Displays health, mana points, soul points, and conditions
|
||
|
author: edubart, BeniS
|
||
|
website: www.otclient.info
|
||
|
|
||
|
dependencies:
|
||
|
- game_interface
|
||
|
|
||
|
@onLoad: |
|
||
|
dofile 'healthinfo'
|
||
|
HealthInfo.init()
|
||
|
|
||
|
@onUnload: |
|
||
|
HealthInfo.terminate()
|