Changes for page Mission Director Guide
Last modified by Klaus Meyer on 2025/03/31 16:39
From version 32973.2
edited by Heinrich Unrau
on 2024/10/17 13:12
on 2024/10/17 13:12
Change comment:
There is no comment for this version
To version 32973.3
edited by Heinrich Unrau
on 2024/10/17 13:13
on 2024/10/17 13:13
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1016,7 +1016,7 @@ 1016 1016 </actions> 1017 1017 </cue>{{/code}} 1018 1018 \\If the Cue is deleted and years later a new cue with the same name appears, the old save will consider the new cue as already completed without executing its actions. The Cue PrintValue will fail to find a variable set up in its parent. 1019 -{{code language="xml"}}<cue name="Deprecated_Test1" namespace="this">1019 +{{code language="xml"}}<cue name="Deprecated_Test1"> 1020 1020 <actions> 1021 1021 <set_value name="$val_2" exact="'new value'"/> 1022 1022 <debug_text text="$val_2"/> ... ... @@ -1024,7 +1024,7 @@ 1024 1024 <cues> 1025 1025 <cue name="PrintValue"> 1026 1026 <actions> 1027 - <debug_text text=" parent.$val_2"/>1027 + <debug_text text="$val_2"/> 1028 1028 </actions> 1029 1029 </cue> 1030 1030 </cues>