ID:177096
 
I need to know how I can make it so you can type, 'hairstyle (then the type of hairstyle you want that does not choose from a list).. For instance if I typed 'hairstyle long, flowing hair' it would set my hairstyle to long, flowing hair. This would help me out a lot if I knew this small bit of code. Thanks. :)
mob/verb/hairstyle(C as command_text)
usr.hairstyle = C
In response to Garthor
I did so and it made my hairstyle '/list'.
In response to Kijokiha
Maybe it has to be "[C]"...
In response to Garthor
Still didn't work.
Are you using a custom parser or BYOND's verb system?
In response to Foomer
I am using a custom parser.