You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so I set up the rule for checking if there is a specific top stat already in the library - and there is - but it seems not to check that because it will always name the lower stats for the new added dino.
Hi,
the isTophp itself should be used as a keyword, you use it as literal text. The if function only checks if a string is not empty, and your stated literal string is never empty. The pattern you're looking for is something like this:
Hi there,
so I set up the rule for checking if there is a specific top stat already in the library - and there is - but it seems not to check that because it will always name the lower stats for the new added dino.
{{#if: isTopHP | HP{hp} }}
{{#if: isTopST | ST{st} }}
{{#if: isTopDM | DMG{dm} }}
{{#if: isTopWE | WE{we} }}
Screenshots attached
The text was updated successfully, but these errors were encountered: