ID:163208
 
I want a verb called build that creates a list and if u click campfire for example it makes a campfire there the campfire is an turf i doesnt move.
In response to Mecha Destroyer JD
ty i love you
In response to Chrislee123
Also how do i make HUDS? I want to make a HUD thats like a button on ur screen that is linked with the build verb
In response to Chrislee123
In response to Evre
What search function? Those are just a myth! :)

</sarcasm>
In response to Kaiochao2536
Whats wrong with this?
obj
hud
HUD
layer = MOB_LAYER + 1
icon = 'HUD.dmi'

worldsay
icon_state = "worldsay"
Click()
var/T = input("OOC")as null|text
if(usr.muted==1)
alert("You Are Muted")
if(usr.muted==0)
world << "\[OOC\][usr]:[t]"
New(client/C)
screen_loc = "1,1"
C.screen+=src<dm/>