You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I have a fix within the script that will remove anything from the player name after the first space.
This is not the best solution as it does not allow for distinguishing between two people whos display names start with the same word.
Possible solution would be to instead encase any incoming names in quotation marks to escape it, i.e. TheWhiteWolves (Jon) becomes "TheWhiteWolves (Jon)" instead of just TheWhiteWolves
When using /w to whisper to a person it will only use the first part of any name that has a space in it.
e.g. Jonathan Smith uses /w Jonathan to whisper and then includes Smith in the whisper text.
The text was updated successfully, but these errors were encountered: