Global property value in trigger action

Simple question:

Ho to refer to a global property value in a trigger action: If I have a global property named Test, nor $Test$=0 nor Test=0, nor TestValue=0 etc. working.

Thx,
Adam

Lets say the value of your Global property called Test is 0 so:

$Test$ = 0 ; this means the value of the property called Test “0” is equal
to 0 in other words 0 = 0

Test = 0 ; this means the property called Test has a current value of 0

TestValue = 0 means nothing here in this usage

-----Original Message-----
From: messages-bounces@vassalengine.org
[mailto:messages-bounces@vassalengine.org] On Behalf Of AdamSzieberth
Sent: Monday, February 28, 2011 7:26 PM
To: messages@vassalengine.org
Subject: [messages] [Module Design] Global property value in trigger action

Simple question:

Ho to refer to a global property value in a trigger action: If I have a
global property named Test, nor $Test$=0 nor Test=0, nor TestValue=0
etc. working.

Thx,
Adam


Read this topic online here:
https://forum.vassalengine.org/t/global-property-value-in-trigger-action/3708/1

Probably I missed the spaces. Now it works. Thanks.