dsaraujo
July 5th, 2021, 20:01
I'm trying to create a hazzard and I'm getting an error:
Script execution error: [string "campaign/scripts/npc_main.lua"]:481: attempt to index global 'reaction_automation_label' (a nil value)
Attached are the compiled logs. This is my stat block for the hazzard reaction:
Trap (mechanical, trap);
Trigger - Creature steps on a space with a ready trap; Effect - [Reflex versus DC 30] or take [8d12+6 piercing damage].
This is my reaction automation block:
"Reflex versus DC 30"|Save:fortitude[DC:30][TRAITS:trap]
"8d12+6 piercing damage"|Damage:8d12+6 piercing
I appreciate any help!
Thanks!
Script execution error: [string "campaign/scripts/npc_main.lua"]:481: attempt to index global 'reaction_automation_label' (a nil value)
Attached are the compiled logs. This is my stat block for the hazzard reaction:
Trap (mechanical, trap);
Trigger - Creature steps on a space with a ready trap; Effect - [Reflex versus DC 30] or take [8d12+6 piercing damage].
This is my reaction automation block:
"Reflex versus DC 30"|Save:fortitude[DC:30][TRAITS:trap]
"8d12+6 piercing damage"|Damage:8d12+6 piercing
I appreciate any help!
Thanks!