options/Menu
name="Menu"
icon='hud.dmi'
Hud1
icon_state="0,0"
screen_loc="8,12"
Hud2
icon_state="1,0"
screen_loc="9,12"
Hud3
icon_state="2,0"
screen_loc="10,12"
Hud4
icon_state="3,0"
screen_loc="11,12"
Hud5
icon_state="4,0"
screen_loc="12,12"
Hud6
icon_state="5,0"
screen_loc="13,12"
Hud7
icon_state="6,0"
screen_loc="14,12"
Hud8
icon_state="7,0"
screen_loc="15,12"
Hud9
icon_state="0,1"
screen_loc="8,13"
Hud10
icon_state="1,1"
screen_loc="9,13"
Hud11
icon_state="2,1"
screen_loc="10,13"
Hud12
icon_state="3,1"
screen_loc="11,13"
Hud13
icon_state="4,1"
screen_loc="12,13"
Hud14
icon_state="5,1"
screen_loc="13,13"
Hud15
icon_state="6,1"
screen_loc="14,13"
Hud16
icon_state="7,1"
screen_loc="15,13"
client/proc/Menu()
new /obj/hud/options/Menu/Hud1(src)
new /obj/hud/options/Menu/Hud2(src)
new /obj/hud/options/Menu/Hud3(src)
new /obj/hud/options/Menu/Hud4(src)
new /obj/hud/options/Menu/Hud5(src)
new /obj/hud/options/Menu/Hud6(src)
new /obj/hud/options/Menu/Hud7(src)
new /obj/hud/options/Menu/Hud8(src)
new /obj/hud/options/Menu/Hud9(src)
new /obj/hud/options/Menu/Hud10(src)
new /obj/hud/options/Menu/Hud11(src)
new /obj/hud/options/Menu/Hud12(src)
new /obj/hud/options/Menu/Hud13(src)
new /obj/hud/options/Menu/Hud14(src)
new /obj/hud/options/Menu/Hud15(src)
new /obj/hud/options/Menu/Hud16(src)
..()
Basically I was trying to get a rectangle on the screen saying Menu... and giving clickable menus below that...