| Author |
Message |
Topic: Alias for capitalization and punctuation in says/tells/etc? |
ArbiterOne
Replies: 8
Views: 2830
|
Forum: zMUD General Discussion Posted: Wed Nov 02, 2005 5:25 pm Subject: Alias for capitalization and punctuation in says/tells/etc? |
I ended up going with this, as %proper would lowercase the rest of my sentence- not what I wanted.
#ONINPUT {^((?:say*|te*l* \w+|ask|')) *(.)(.*)$} {#IF (%match( %rightback( "%3", 1), "[.!?]")=0) { ... |
Topic: Alias for capitalization and punctuation in says/tells/etc? |
ArbiterOne
Replies: 8
Views: 2830
|
Forum: zMUD General Discussion Posted: Tue Nov 01, 2005 7:16 pm Subject: Alias for capitalization and punctuation in says/tells/etc? |
The point is, I would want to add punctuation only if there wasn't punctuation there already. What you propose would result in:
say what the heck?
You say, "What the heck?."
Also, for some reas ... |
Topic: Alias for capitalization and punctuation in says/tells/etc? |
ArbiterOne
Replies: 8
Views: 2830
|
Forum: zMUD General Discussion Posted: Tue Nov 01, 2005 1:39 pm Subject: Alias for capitalization and punctuation in says/tells/etc? |
Is there a way to automatically capitalize sentences, and add punctuation if there isn't already (defaulting to a period)?
i.e.
say testing
You say, 'Testing.'
say testing!
You say, 'Testing! ... |
Topic: VNum #find? |
ArbiterOne
Replies: 1
Views: 1482
|
Forum: zMUD General Discussion Posted: Fri Jan 21, 2005 9:45 am Subject: VNum #find? |
| I am currently building on a MUD, and there are a lot of rooms with identical names and descriptions, but different vnums. Parsing vnums in room names works, but is there any way to get #find to work ... |
| |