Semi-colon Query

  • Kinaed
  • Kinaed's Avatar Topic Author
  • Offline
  • Junior Member
More
02 Jan 2014 21:26 #1 by Kinaed
Semi-colon Query was created by Kinaed
I saw this in my game's global chat history, and checked it out:

[OOC] Jiraiya: "Er. winky face. this client doesn't like semi colons"
[OOC] Azarial: "Which client?"
[OOC] Azarial (Azarial): "And you might try escaping the semi-colon"
[OOC] Jiraiya: "The one on the website"
[OOC] Azarial: "The fmud or the webportal?"
[OOC] Jiraiya: "Webportal"
[OOC] Azarial (Azarial): "Hmmm, interesting."
[OOC] Jiraiya: "The fmud didnt like it either tho"
[OOC] Azarial: "So it;s no ; or no background colours?"
[OOC] Azarial: "Ahh, I dind;t know that. that is an interesting flaw."
[OOC] Jiraiya: "It assumes semi colons and colons are line returns I think"


I believe this is viewed as a feature instead of a flaw that the client allows piping of commands. Our game has its own piping characters though (we use | internally), and we're an RP game where the use of ";" may be grammatically required for play. Can we get a way to disable this for our users by default?

Thank you!

Warm regards,
Kinaed

Implementor of The Inquisition: Legacy
ti-legacy.com
Attachments:

Please Log in or Create an account to join the conversation.

More
02 Jan 2014 21:46 - 02 Jan 2014 21:54 #2 by plamzi
Replied by plamzi on topic Semi-colon Query
This is now supported.

In an official custom code file, do:
Config.separator = '|';

To disable:
Config.separator = '';

I've also added the option to do this in a URL parameter:

&separator=%7C - sets the separator to '|'
Last edit: 02 Jan 2014 21:54 by plamzi.
The following user(s) said Thank You: Kinaed

Please Log in or Create an account to join the conversation.

  • Kinaed
  • Kinaed's Avatar Topic Author
  • Offline
  • Junior Member
More
03 Jan 2014 01:52 #3 by Kinaed
Replied by Kinaed on topic Semi-colon Query
Can you link me to a little tutorial or how-to for setting up a custom code file?

Thanks oodles, plamzi!

Implementor of The Inquisition: Legacy
ti-legacy.com

Please Log in or Create an account to join the conversation.

More
03 Jan 2014 02:10 #4 by plamzi
The following user(s) said Thank You: Kinaed

Please Log in or Create an account to join the conversation.