ID:177922
Jul 16 2002, 1:15 am
|
|
how do you make a verb called select turf and then when you click on it you can select a turf..then when you click on anything on the map it makes it there.and also when you click and hold down and say drag your mouse around it makes turfs behind the mouse
|
mob |
------------------------------------------------------------
turf.Click()
if(usr.build == "none") // for not building
return
if(usr.build == "wall") // will build a wall on
new/turf/wall(src)
mob
verb
Build(msg as text)
set category = "Build"
usr.build = "[msg]"
------------------------------------------------------------
this is a kind of different verb, when you click build a little text box will show, type in the turf name and then it will build where you click.
~Aleis~