Differences

This shows you the differences between two versions of the page.

Link to this comparison view

guard_trigger [2020/04/26 03:33] – external edit 127.0.0.1guard_trigger [2020/05/10 16:18] (current) – removed admin
Line 1: Line 1:
-===== Guard Triggers===== 
  
-//Guard Trigger// can be used to specify complex and multiple conditions for the transition as an alternative to [[transnode#SetVar|Set Var]]. 
- 
-Only <assert> tags should be used to control the outcome of the guard trigger. Any <assert> tag failed will cause the guard trigger to fail. 
- 
-Other mscript tags may be used in //Guard Trigger// but they do not participate in the outcome of guard evaluation unless they cause the exception. 
- 
-Any script in //Guard Trigger// will cause //G// to be displayed next to the transition label if transition display format is set to display //Guard// condition indicator.