|
Silanus Beginner
Joined: 25 Nov 2005 Posts: 13
|
Posted: Wed Jan 04, 2006 12:08 am
#ONINPUT question? |
I’m trying to use
#ONINPUT {^/p (*)$} {~@emit %R%T%1 } "" {case}
To format poses sent to the MUD using /p
%R and %T are return and tab codes on the MUD
It mostly works fine but every so often it pukes up. It may have something to do with too many periods in a row in a pose. I modified an #ONINPUT line from another help question so I don’t fully understand this line.
Is there a way to make this work better and more efficiently?
Thanks for your help. |
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Wed Jan 04, 2006 12:29 am |
How does it puke exactly? What is sent to the mud or not sent to the mud that yuou expected.
#ONINPUT {^/p (*)$} {#GAG;~@emit ~%R~%T%1 } "" {case}
I'd do something like that off the top of my head. |
|
|
|
|
|