ID:170889
 
how do you make a turf that when you step onto it , it takes a verb away.
turf
blah
Entered(mob/M)
M.verbs -= /mob/verb/say


mob
verb
say(T as text)
world << "[src] [T]"






--Man
In response to The-Man-On-The-Moon
it doesnt work, when i Login , the screen goes black.
In response to Tsonic112
Make sure if you have more than one Login proc to have ..() in it somewhere. I don't see any problems with the code he posted so that might be it.
In response to N1ghtW1ng
also can anyone tell me how to make a verb that when you click it , it makes an inventory item that you can wear , like clothes, i want a verb that is like the one in total reallity kinda, but i have to edit it a lil, so does anyone know how to make that verb?
In response to Tsonic112
also can anyone tell me how to make a verb that when you click it , it makes an inventory item that you can wear , like clothes,
yer we can.

i want a verb that is like the one in total reallity kinda, but i have to edit it a lil,
ugh yer sure but not all of us have played total reallity so i dont have any idea of what your after

so does anyone know how to make that verb?
yes


mob
verb
Getitem()
new/obj/Items/pot(src.contents)

that should do the trick