Changes between Initial Version and Version 2 of Ticket #43
- Timestamp:
- Apr 29, 2013, 10:26:15 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43 – Description
initial v2 10 10 @ReplaceValueInSection Section "name" ParentTag "name" Tag "tame" ConditionParentTag "name" ConditionTag "name" ConditionValue "name/value" 11 11 12 Note 1: Section is here just another word for Gran tparentTag.12 Note 1: Section is here just another word for GrandparentTag. 13 13 Note 2: Maybe the ConditionValue should also allow for a "*" to replace any old content. 14 14 15 15 ---- 16 16 17 Using the examples again, that's how I imag e the solution for ...17 Using the examples again, that's how I imagine the solution for ... 18 18 19 19 Example 1 … … 29 29 Example 2 30 30 {{{ 31 @ReplaceValueInSection Section "AutoPrompts" ParentTag "ONGSAutoPrompt" Tag " SubtitleName" ConditionParentTag "ONGSAutoPrompt" ConditionTag "SubtitleName" ConditionValue "2"31 @ReplaceValueInSection Section "AutoPrompts" ParentTag "ONGSAutoPrompt" Tag "LastAutopromptLevel" ConditionParentTag "ONGSAutoPrompt" ConditionTag "SubtitleName" ConditionValue "autoprompt_weapon" 32 32 33 33 <xml> 34 34 <LastAutopromptLevel>19</LastAutopromptLevel> 35 </xml> 36 }}} 35 </xml> 37 36 38 37