otclient/modules/game_healthinfo/healthinfo.otmod
Eduardo Bart c54cd1fdf1 Use new coding style in game modules
Lots of refactoring and changes
Remove docs folder
2012-07-24 02:30:08 -03:00

10 lines
249 B
Plaintext

Module
name: game_healthinfo
description: Displays health, mana points, soul points, and conditions
author: edubart, BeniS
website: www.otclient.info
sandboxed: true
scripts: [ healthinfo.lua ]
@onLoad: init()
@onUnload: terminate()