I have no idea where to start, or even what I need to look at doing. So far I after the person logs in and chooses their new game character it adds the health and mp bar as an overlay. I need the overlay due to the fact I want the user to be able to move with the mouse(Had to switch around the naming system in my game so it would always follow player without any lag). Here is my code for the above:
world<<"<font color=green><b><u>[usr.key]:</font></u><b>decided to be a [a]!</b>"
usr.overlays+=new/obj/meter/healthbar
usr.overlays+=new/obj/meter/manabar
usr.Name()
Someone please help...... Until I get the GUI finished I can't convince myself to go on with anything else.
Lummox JR