![]() |
SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997 |
![]() |
#6 |
Seasoned Skipper
![]() Join Date: Nov 2006
Posts: 742
Downloads: 136
Uploads: 6
|
![]()
Using < or > is much safer in DW editor than == because it gives you wider range for success.
Example: If you want to send message (S.O.S. - my ship is sinking!) when CVG have half or less health with code: Code:
If "platform damage" CVG 16 == 50% then 72 > 50 but not equal exactly 50 So better version of this trigger is: Code:
If "platform damage" CVG 16 > 50% then |
![]() |
![]() |
|
|