ID:272867
 
After browsing through some libraries, I found Killer22's library title "Hud Adding". Unfortunately, I could not download it. I have asked Killer22 to try and fix this problem or send me the library via e-mail, however he has not responded. Unable to find a library like it, could someone please show me how they would go about doing what is described on the HUB, or by directing me to a library/demo I've missed which elaborates on what Killer22 has described.

The HUB can be found here: http://www.byond.com/developer/Killer22/HudAdding
http://www.byond.com/developer/Shadowdarke/HUDmeter

http://www.byond.com/developer/Nadrew/NadrewsHUDdemo

http://www.byond.com/developer/RaeKwon/RaeKwonhuddemo

http://www.byond.com/developer/IntermezzoFlame/ IntermezzoHudDemo

http://www.byond.com/developer/StygianRogue/HUDButtons

http://www.byond.com/developer/KimaruKiko/Hud

http://www.byond.com/developer/Ss4toby/ AlternativeOnScreenObjDemo

NOTE: i havent looked into them but im sure anyone of these are able to explain how to add a hud and obj. to the screen.

also look up screen var in DM. and screen loc.

exaple of how to add a hud:

obj
button
icon = 'button.dmi'
layer = MOB_LAYER +1
screen_loc = "3,3"



mob
var
Login()
src.client.screen += new/obj/button

In response to Jarquille
I know how to make HUDs, but Killer22's worked a little more in-depth than that from what I can read. Thanks for your help though.