
I apologize if this is in the forum or script card documentation somewhere. I've tried searching and gotten nowhere, so I'll ask here. Can you make script cards whisper output to a player based on having a token selected? I am trying to create a script card with a few random messages offering the players "help from the dark powers" in exchange for a corruption check. The messages are random to add flavor (I have a dozen or so). I can hard code the target to whisper the card to with the following line and the message will be whispered to the GM and the player galen d.: --#whisper|gm,galen d., What I can't seem to figure out (and forgive me, I don't code that often, maybe this is stupid simple) is how to make it use something like @{selected|token_name} Suggestions? Or am I trying to do something that Script Cards don't support?