
Hopefully The Aaron will be able to help me out here. I have successfully (for the most part) set up the Druid Shapchange icon marco with the help of the token mod api and a lot of cutting and pasting and watching this clip <a href="https://www.youtube.com/watch?v=p4lpuEnxxHI" rel="nofollow">https://www.youtube.com/watch?v=p4lpuEnxxHI</a> . Other than the player not being able to control the token once he shape changed (which I fixed by placing a copy of the forms in his journal with a slightly different name and put those names into the code, which in turn allowed me to make some other changes to the monsters due to an item allowing him to keep certain stats after a shapechange, I wonder would there be a way to make these changes (to keep Int/Wis/Cha scores & bonus) instead of having to change each sheet?) I also came across some issues with vision/light settings. I have been using The Aaron's light script I found in a thread and have tried putting that in, as some forms have darkvision, and one form (fire elemental) both emits light and has dark vision. I was hoping having the light settings in each selection would make it work with each token side, but it has not, and I have no idea how to do both the external light and the vision for the fire elemental. This is what I have so far, and have no idea where to go from here. /fx bomb-magic
@{selected|token_id} !token-mod {{ --set ?{Choose Form|Boar,currentside#1
represents#@{Boar R|character_id} width#[[70]] height#[[70]] light_radius#120
light_dimradius#=-5 light_hassight#yes light_angle#360 light_otherplayers#no |Polar Bear,currentside#2
represents#@{Polar Bear R|character_id} width#[[2*70]] height#[[2*70]]
light_radius#60 light_dimradius#=-5 light_hassight#yes light_angle#360
light_otherplayers#no |Rowan Scaldris,currentside#3
represents#@{Rowan Scaldris|character_id} width#[[70]] height#[[70]] light_radius#60 light_dimradius#=-5
light_hassight#yes light_angle#360 light_otherplayers#no |Earth Elemental,currentside#4
represents#@{Earth Elemental R|character_id} width#[[2*70]]
height#[[2*70]] light_radius#60
light_dimradius#=-5 light_hassight#yes light_angle#360
light_otherplayers#no |Fire
Elemental,currentside#5 represents#@{Fire Elemental R|character_id}
width#[[2*70]] height#[[2*70]] light_radius#60 light_dimradius#30
light_hassight#yes light_angle#360 light_otherplayers#yes light_radius#60
light_dimradius#=-5 light_hassight#yes light_angle#360 light_otherplayers#no |Air Elemental,currentside#6
represents#@{Air Elemental R|character_id} width#[[2*70]] height#[[2*70]] light_radius#60 light_dimradius#=-5
light_hassight#yes light_angle#360 light_otherplayers#no |Water Elemental,currentside#7
represents#@{Water Elemental R|character_id} width#[[2*70]] height#[[2*70]]
light_radius#60 light_dimradius#=-5 light_hassight#yes light_angle#360 light_otherplayers#no |Raven,currentside#8 represents#@{Raven
R|character_id} width#[[70]] height#[[70]] light_radius#120 light_dimradius#=-5
light_hassight#yes light_angle#360 light_otherplayers#no |Giant
Owl,currentside#9 represents#@{Giant Owl R|character_id} width#[[2*70]]
height#[[2*70]] light_radius#120 light_dimradius#=120 light_hassight#yes
light_angle#360 light_otherplayers#no } bar1_link|hp bar2_link|ac bar3_link|speed name|"Rowan" showname|yes }}
Thanks in advance. Whick