I have been looking but it is hard finding what i need. I am adding special effects to some of my attacks and spells and when it comes to multiple target effects there seems to be a hick up. This is an example in have: /fx beam-smoke @{target|Caster|token_id} @{target|1|token_id}  /fx burst-holy @{target|1|token_id}  and this works, fires a beam from caster to target and they burst holy. It is when i put in, /fx beam-smoke @{target|Caster|token_id} @{target|1|token_id}  /fx burst-holy @{target|1|token_id}  /fx beam-smoke @{target|Caster|token_id} @{target|2|token_id}  /fx burst-holy @{target|2|token_id}  /fx beam-smoke @{target|Caster|token_id} @{target|3|token_id}  /fx burst-holy @{target|3|token_id}  /fx beam-smoke @{target|Caster|token_id} @{target|4|token_id}  /fx burst-holy @{target|4|token_id}  that it tells me TypeError: Cannot read properties of undefined (reading 'view') as none of the effects go off. I have tried spaces, changing caster names, and getting rid of the extra burst line but it still gives me the same error. I am trying to do this without api script, cause i am not the dm for this game. Any help will greatly be appreciated.