
I am using Ammo with the 5e OGL sheet. I am tracking Rations and Waterskin as resources. I am identifying the repeating resources with the row id, as in... !ammo @{Snowy|character_id} repeating_resource_-MOlHjBE4tSielh3s701_resource_left -1 days water
... and that is working fine. However, when I run that, and the value is zero, it warns me, but increments it to -1 anyway. The script description says... If the adjustment would change the attribute to be below 0 or above it's maximum value, a warning will be issued and the attribute will not be changed. ... How can I get it to remain 0, and not drop below that?