client/New()
command_text = ".alt "
preload_rsc = 2
new/obj/hud/save(src)
new/obj/hud/say(src)
..()
//end of bars
// Main button firctory
obj/hud
layer = FLOAT_LAYER - 2122
invisibility = 99
//save button
save
name="Naruto - Academy"
icon ='mrhud.dmi'
icon_state ="save"
layer = MOB_LAYER+50
New(client/C)
screen_loc ="2,1"
C.screen +=src
Click()
world<<"need to program this save"
//say button
say
name="Naruto - Academy"
icon ='mrhud.dmi'
icon_state ="say"
layer = MOB_LAYER+50
New(client/C)
screen_loc ="3,1"
C.screen +=src
Click()
var/msg=input("Talk to the world")as null|text
if(!msg)
return
else
view(6)<<"<font size = 2> [html_encode(usr)]<font color=white> says: <tt>[html_encode(msg)]</tt>"
Problem description:
Well the problem is that can't see the buttons , i think it maight be the layers not sure, when i removed
obj/hud
layer = FLOAT_LAYER - 2122
invisibility = 99
this the buttons showed up but they allows showed up in the front page :(
plz help a noob :)