Anyone know if this is possible?
If the second parameter contains ' it won't fire correctly.
For example:
Character says, 'How is it going' -- event fires
Character says, 'How's it going?' -- event screws up
I guess a work around I could do is change #2# to #*#, and parse the full line? Anyone know how to escape ' in an event?
Rich (BB code):
#Event Told "#1# told you, '#2#'"
#Event Tells "#1# tells you, '#2#'"
#Event Says "#1# says, '#2#'"
If the second parameter contains ' it won't fire correctly.
For example:
Character says, 'How is it going' -- event fires
Character says, 'How's it going?' -- event screws up
I guess a work around I could do is change #2# to #*#, and parse the full line? Anyone know how to escape ' in an event?


