Option #4 should work for a player out of the box provided 1) the Metascript Toolbox has been installed, 2) there is a token on the player's current page who is named "Kieran Stormhand", and 3) the player has controlling rights to the token (either directly on the token or they have controlling rights to the character that is associated. The *other* options, above, all use token IDs in the {&select} tag, something that isn't permitted to players out of the box. To make that work, a GM of your game would need to run this command one time through the chat: !smconfig +playerscanids SelectManager "ships" configured to it doesn't allow players to select tokens via ID. The above command opens up that ability for them, but the GM has to turn it on. Another thing to look at is that you used the value of ".3" in your example command, above. Is that really what you want, and could you actually see that aura around the token if you ran the command directly (without involving SelectManager)? And yet another thing to look at is whether there is another script that is trying to manage token auras at the same time, so maybe you're running into an issue, there. Can your GM provide a screenshot of their script deck to see the scripts that are installed? ...WHILE YOU WAIT FOR THAT... To make sure the MetascriptToolbox is installed and configured, go to the page where Kieran Stormhand is, DESELECT everything, then enter this into chat: !My name is @(selected.token_name). You killed my father. Prepare to die. {&simple} {&select Kieran Stormhand} If you get a chat output that resolves Kieran's name, your scripts are working well enough for #4, above, which means you wouldn't necessarily need your GM to configure SelectManager. If your GM does configure SelectManager to allow you to use IDs, you can test that by entering *this* line and looking for the same resolution of the token's name: !My name is @(selected.token_name). You killed my father. Prepare to die. {&simple} {&select @{target|token_id} } If none of this helps you figure out what is going on, post back. I'd be willing to jump into your game if your GM is open to inviting me, promoting me to GM, and letting me poke around to see what is going on.