ID:178226
 
I want to have a verb, so when you walk up to a mob, the verb comes in ur commands, like for a bartender, here is my code:


mob
bartender
verb
Order_Drink()
set category = ("Commands")
usr << "Here you go"
view(src) << "[usr] orders a drink"
icon = 'amy.dmi'
icon_state = "amy"

no errors, but no verbs
Under the verb you have to put a "set src in oview(1)", so the verb will appear, whenever you are one space away from it.. But considering its a bartender, it will probably be behind a counter, then you would have to do "set src in oview(2)".

-Rcet
In response to Rcet
Thanks Alot, that works