PDA

View Full Version : Can someone please tell me why my Automation isn't working?



Farnaby
October 3rd, 2021, 09:14
I have following effect on a glamorous buckler: [EFFECT equip SKILL:1 item deception]
It shows up under character effects in the combat tab but when I roll deception, it doesn't add the bonus.

I made a copy of the item and added the automation before dragging it onto the inventory tab.
when I cycle through not carried - carried - equipped it acts correctly, only showing up when the buckler is equipped.

Aaaargh!

myyra
October 3rd, 2021, 11:19
At the very least, you are missing one comma between item and deception. You should be using [EFFECT equip SKILL:1 item, deception]
I believe changing that should fix it.

Farnaby
October 3rd, 2021, 13:46
Nope, it wasn't the comma.

myyra
October 3rd, 2021, 13:50
Nope, it wasn't the comma.
That is weird, because I actually tested it. For me it works fine with the comma and doesn't work without it.

Did you re-equip the item after changing the automation and do you have the character added to the combat tracker? I don't think the character effects actually work if you haven't added the character to combat tracker.

Farnaby
October 3rd, 2021, 14:01
B****r, that was it [slaps head]
It was a new PC and hadn'T been added to the combat tracker yet.

Thanks myyra