First post! This is a really good script!
quote:
Originally posted by mlevit
Im giving up on it if anyone wants to give it a crack you can, if not ive removed the code that sends to all, i can upload if people want it.
The problem is that the script converts the message into an array before it sends the message to everyone. The commas that you see separate each part of the array.
code:
function splitMessage(msg)
{
...
sentMessage = msg.split(" ");
...
}
To fix this, either don't change the message you send into an array (use another variable) or send the message before you convert it.
Unfortunately, in the one I've fixed, I've changed a lot of stuff to suit my preferences
:
- Changed the PSM system to "brb <new PSM>"
- Removed the send to all function
- Removed lower case formatting of sent message
- Removed upper case formatting of custom PSM
- Removed space deletion formatting of custom PSM
I have however fixed a few bugs that I found like changing status multiple times with PSM and other stuff like that, as well as reducing the overall filesize. I'll attach my script here and mlevit you can add in the other stuff if needed.
Update v1.1 - 11 August 2006
- Fixed a bug where the script is disabled when WLM initializes
- Added support for manual status changing when status has already been changed ("back" or "bak" will leave as changed status)
- Added support for manual PSM changing when status has already been changed ("back" or "bak" will leave as changed PSM)