Changeset 1026 for trunk/plugins/en/output_VAR.tcl
- Timestamp:
- 08/29/09 04:42:03 (3 years ago)
- File:
-
- 1 edited
-
trunk/plugins/en/output_VAR.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/output_VAR.tcl
r1022 r1026 118 118 119 119 # check if what we swapped in gave us a %noun 120 if [string match "*%noun*" $line] { 121 set line [bMotionInsertString $line "%noun" "%VAR{sillyThings}"] 122 } 120 set line [string map { "%noun" "%VAR{sillyThings}" } $line] 123 121 } 124 122
Note: See TracChangeset
for help on using the changeset viewer.
