
I'm using the Default Token Spawn/Token Swap trick I found here for my player's Echo Knight PCs. So far everything works great, I get the macro to spawn a token (with puff of smoke), complete with HP, AC and name plate...I just want to be sure that the Plater will have control of said token. this is my current marco: !Spawn {{ --name| LRRR Echo --offset| 1,0 --bar2| [[14 + @{selected|pb}]] --bar1| 1 --fx| bomb-smoke --tokenName| LRRR's Echo --tokenProps| showname:LRRR's Echo }} This is the Player ID...I think, based off a scriptlet by The Aaron. --controlledby| playerID:MaunUmQ9257DlbeSwCB Pretty sure this line is formatted incorrectly, or just has bad syntax/grammar. How do I get the token to fall under the summoning player's control? Edit: I get the following error in the Roll20 chat: (From SpawnAPI): Invalid playerID or displayname (playerID:-MaunUmQ9257DlbeSwCB) in --controlledby statement.)