I already know how to set up the command line so that the verb name doesn't need to be typed in...
client
command_text = "> "
mob/verb/Say(C as command_text)
name = ">"
//etc...
What I want to know is how I can set it up so that there isn't even that > there, so that you simply type in your message, and it's filtered through, and acted upon. How do I do this?
ID:177217
![]() Oct 12 2002, 9:25 pm
|
|
![]() Oct 13 2002, 6:05 am
|
|
Try this.
|
There we go! Thanks a bunch! I couldn't find anything on client/Command() in the refernce... where'd you get it from?
|