
I have some macro buttons on my sheet that whisper the user some data via the following method:
The option I use above does not support #3 due to the double quotes, but without them option #1 is not supported. Is there some way to whisper a character by ID or some other wrapping method that will allow all the above options?
Thanks
/w "@{character_name}"I need to support the following name variations:
- Spaces in names (Sildar Hallwinter)
- Single quote in names (Drizzt Do'Urden)
- Double quotes in names (Ewhar “Hatchet-Hand” Vress)
The option I use above does not support #3 due to the double quotes, but without them option #1 is not supported. Is there some way to whisper a character by ID or some other wrapping method that will allow all the above options?
Thanks