
I have an issue with a PC token. I'm pretty new to APIs and macros, definitely trying to learn though. I've been setting up TokenMod to set up a series of creatures a player will commonly Polymorph into. It's been straightforward so far. Resize the token fine, stats carry over, everything seems fine. Only issue so far is editing the Dynamic Lighting portion of the token to give each form their proper vision. I'd rather not use the "emits light" block to do this, but if it's my only option, I'll do it. I came across this thread ( <a href="https://app.roll20.net/forum/post/6221526/macros-light-sources-darkvision-and-low-light-macros" rel="nofollow">https://app.roll20.net/forum/post/6221526/macros-light-sources-darkvision-and-low-light-macros</a> ) that seems like it might have helped me, but I tried plugging in the syntax referenced in the "darkvision" set, but it was just breaking the macro. Am I just going about it the wrong way? Reference below. |Giant Spider,currentside#7 represents#@{Giant Spider|character_id} width#[[3*70]] height#[[3*70]] aura2_radius#[[7.5]] This is my current line, the whole macro was taken from a youtube video, the author gets the credit for that. I'll link his video here ( <a href="https://www.youtube.com/watch?v=p4lpuEnxxHI" rel="nofollow">https://www.youtube.com/watch?v=p4lpuEnxxHI</a> ). I added line from the aforementioned link to make it look like these variations: |Giant Spider,currentside#7 represents#@{Giant Spider|character_id} width#[[3*70]] height#[[3*70]] aura2_radius#[[7.5]] light_radius|?{Darkvision Radius|60} |Giant Spider,currentside#7 represents#@{Giant Spider|character_id} width#[[3*70]] height#[[3*70]] aura2_radius#[[7.5]] light_radius#?{Darkvision Radius|60} |Giant Spider,currentside#7 represents#@{Giant Spider|character_id} width#[[3*70]] height#[[3*70]] aura2_radius#[[7.5]] light_radius#?{Darkvision Radius#60} I don't get success with any of these. Is this actually changing the boxes in the middle part of the token sheet and I'm just wasting my time? A quick search and some googling didn't help me with this. I would really like to fix this so I can quit worrying about it. Am I asking too much? Like I said, I'm new to this, but unless I'm mistaken, the "?" in the syntax is calling for a query, isn't it?