mob/verb/make_cow()
set src in view()
name = "Cow"
icon = 'cow.dmi'
this is the code I have I need to know when I use this verb how can I make it so that it gives me a list of people to use it on?
ID:173724
Nov 24 2003, 2:58 pm
|
|
set src in view()
name = "Cow"
icon = 'cow.dmi'
world <<"[M] goes mooooo!"
Siientx