Matching properties Q?

In the matching properties field I have this text…
“act_Level = 4” if I want this to work for more than level 4, say level
2,3 and 4. how would I do that ?

THX, Later 8)

act_level > 1 && act_level < 5

or

act_level >= 2 && act_level <= 4

or

act_level ~= 2|3|4

Brent.

*********** REPLY SEPARATOR ***********

On 3/04/2008 at 9:31 PM jab5450 wrote:

Swampwallaby Software
swampwallaby.au.com


Messages mailing list
Messages@forums.vassalengine.org
forums.vassalengine.org/mailman/ … engine.org

Post generated using Mail2Forum (mail2forum.com)

THX

It’s all in the reference manual which is accessible from the Help menu in the module editor.


Brent Easton
Analyst/Programmer
University of Western Sydney
Email: b.easton@uws.edu.au


Messages mailing list
Messages@forums.vassalengine.org
forums.vassalengine.org/mailman/ … engine.org

Post generated using Mail2Forum (mail2forum.com)