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: OTClient team
|
|
|
|
website: https://github.com/edubart/otclient
|
|
|
|
onLoad: |
|
2011-12-05 19:27:07 +01:00
|
|
|
require 'healthbar'
|
2011-11-04 00:10:12 +01:00
|
|
|
return true
|
|
|
|
|
|
|
|
|