PDA

View Full Version : mistake using IF



Shinrei123
October 5th, 2021, 19:16
Hi all

I'm trying to help a player automate her swashbuckler by creating a character effect for panache. I have the following automation written out but for some reason it seems to ignore the IF part of the code. In other words it applies the whole string continuously. Can anyone help me figure out what I'm doing wrong here?

IF:{CUSTOM(Panache)}; SPEED: 5 status; SKILL: 1 circumstance,acrobatics; DMG: 2 precision

Trenloe
October 5th, 2021, 19:27
Remove the {...} brackets.

Shinrei123
October 5th, 2021, 19:37
welp, misunderstood the wikki. The wikki says "IF: [condition OR conditional operator]" and I interpreted that some kind of brackets were needed.
Anyhow, thank you for the help! Solved the issue.