client
New()
..()
new/obj/Hud/Hud1(src)
new/obj/Hud/Hud2(src)
//hud object code//
obj/Hud
Hud1
name = "Medabots Online Version 1.5 | Hud"
icon = 'hud.dmi'
icon_state = "0,0"
New(client/C){screen_loc = "1,17";C.screen+=src}
Hud2
name = "Medabots Online Version 1.5 | Hud"
icon = 'hud.dmi'
icon_state = "1,0"
New(client/C){screen_loc = "2,17";C.screen+=src}
Problem description:There are no errors in the code when compiling it but when i run the game the hud does not show :/ can someone please help me out. Thanks