hello I would like to ask for help on the label I want to put a window with hp and mana
Aug 25 2012, 7:19 pm
|
|
Please complete the easiest and possible
|
mob In the line where it says: winset(src,"InterfaceName.HP","text='[src.Health]'") "InterfaceName" is the ID of the pop up you'll create in your interface file. and "HP" is the ID of the Label you'll create inside "InterfaceName" Add that proc somewhere so it activates... Ex: when a player levels up,under the Level up proc,add src.ShowHPandMana() |
In response to Kidpaddle45
|
|
Kidpaddle45 wrote:
> mob In the line where it says: > winset(src,"InterfaceName.HP","text='[src.Health]'") "InterfaceName" is the ID of the pop up you'll create in your interface file. Wasn't Developer Help Made For People Can Understand. I mean like for people can understand instead of giving them the code right away am if am wrong am very sorry. |
mob/verb/ShowHP() This might be better understanding for the people who are new to byond |