Hello,
I am trying to validate that the roster must have one squadron of small ships and one squadron of large ships. I am using the following script:
if (this.tagcount[size.M] >= 1) then
@valid = 1
endif
in the file validation.def
for some reason it does not validate. In the firestorm.def file I have a size group and each small or medium ship has the proper size assigned to it.
This same validation works with the Dystopian wars files which I used as a template.
I am at my wits end. This and the other validations are all that is holding back this project from completion. Please help!
here is the link to the Firestorm Armada Files: www.theblackocean.com/resources/Firestorm/Army Builder/Firestormtest.zip
I am trying to validate that the roster must have one squadron of small ships and one squadron of large ships. I am using the following script:
if (this.tagcount[size.M] >= 1) then
@valid = 1
endif
in the file validation.def
for some reason it does not validate. In the firestorm.def file I have a size group and each small or medium ship has the proper size assigned to it.
This same validation works with the Dystopian wars files which I used as a template.
I am at my wits end. This and the other validations are all that is holding back this project from completion. Please help!
here is the link to the Firestorm Armada Files: www.theblackocean.com/resources/Firestorm/Army Builder/Firestormtest.zip