@bgforge/mls-server 3.9.1 → 3.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -89,6 +89,30 @@
89
89
  "value": "```weidu-d-tooltip\nINTERJECT_COPY_TRANS4 [ SAFE ] entryFilename entryLabel globalVariable chainText list\n```\nThis is either INTERJECT_COPY_TRANS3 with INTERJECT_COPY_TRANS2-style action handling, or INTERJECT_COPY_TRANS2 with the extended INTERJECT_COPY_TRANS3 state creation rules, depending at how you look at it."
90
90
  }
91
91
  },
92
+ "I_C_T": {
93
+ "contents": {
94
+ "kind": "markdown",
95
+ "value": "```weidu-d-tooltip\nI_C_T [ SAFE ] entryFilename entryLabel globalVariable chainText list\n```\nShortcut for INTERJECT_COPY_TRANS."
96
+ }
97
+ },
98
+ "I_C_T2": {
99
+ "contents": {
100
+ "kind": "markdown",
101
+ "value": "```weidu-d-tooltip\nI_C_T2 [ SAFE ] entryFilename entryLabel globalVariable chainText list\n```\nShortcut for INTERJECT_COPY_TRANS2."
102
+ }
103
+ },
104
+ "I_C_T3": {
105
+ "contents": {
106
+ "kind": "markdown",
107
+ "value": "```weidu-d-tooltip\nI_C_T3 [ SAFE ] entryFilename entryLabel globalVariable chainText list\n```\nShortcut for INTERJECT_COPY_TRANS3."
108
+ }
109
+ },
110
+ "I_C_T4": {
111
+ "contents": {
112
+ "kind": "markdown",
113
+ "value": "```weidu-d-tooltip\nI_C_T4 [ SAFE ] entryFilename entryLabel globalVariable chainText list\n```\nShortcut for INTERJECT_COPY_TRANS4."
114
+ }
115
+ },
92
116
  "REPLACE": {
93
117
  "contents": {
94
118
  "kind": "markdown",
@@ -1151,6 +1151,24 @@
1151
1151
  "value": "```weidu-tp2-tooltip\nAUTO_TRA path [ subdir ]\n```\nThe `AUTO_TRA` flag is used with the `COMPILE` and\n`EXTEND_TOP (TP2)` `TP2 Action`s. It automatically loads\n`TRA` files that match your `D` files. The\nexpression `%s`, occurring in path, is replaced with the\n`languageDirectory` of the `LANGUAGE` the user\nselected. The `TRA` file loaded by `AUTO_TRA` takes\nprecedence over all other `TRA` files. Variables are\nevaluated when the action is processed. If a subdirectory is\nprovided, any matching `TRA` file in this directory is loaded\nafter the corresponding `TRA` file in the normal directory on\n**EE-type** games. Only the name of the subdirectory itself should\nbe given. If `foo` is your mod folder, `bar` is your `TRA` folder\nand `baz` is your subdirectory, your `AUTO_TRA` might look\nlike `AUTO_TRA ~foo/bar~ ~baz~`."
1152
1152
  }
1153
1153
  },
1154
+ "EXISTING": {
1155
+ "contents": {
1156
+ "kind": "markdown",
1157
+ "value": "```weidu-tp2-tooltip\nADD_JOURNAL [ EXISTING ] [ MANAGED ] [ TITLE ( text ) ] reference list\n```\nFlag for the ADD_JOURNAL action; adds the entries to an existing quest rather than creating a new one."
1158
+ }
1159
+ },
1160
+ "KEEP_CRLF": {
1161
+ "contents": {
1162
+ "kind": "markdown",
1163
+ "value": "```weidu-tp2-tooltip\nAPPEND optNoBackup filename newText when list [ KEEP_CRLF ]\n```\nFlag for file-append actions; when absent, double newlines in the appended file are collapsed."
1164
+ }
1165
+ },
1166
+ "MANAGED": {
1167
+ "contents": {
1168
+ "kind": "markdown",
1169
+ "value": "```weidu-tp2-tooltip\nADD_JOURNAL [ EXISTING ] [ MANAGED ] [ TITLE ( text ) ] reference list\n```\nFlag for the ADD_JOURNAL action (EE games only)."
1170
+ }
1171
+ },
1154
1172
  "MODDER": {
1155
1173
  "contents": {
1156
1174
  "kind": "markdown",
@@ -1163,6 +1181,12 @@
1163
1181
  "value": "```weidu-tp2-tooltip\nNO_IF_EVAL_BUG\n```\nThis action solves a long-standing bug with the IF_EVAL action. Since solving it is not directly possible without damaging backwards compatibility, you have to use this action (preferably in an ALWAYS statement) to solve the bug for yourself. IF_EVAL will not work with this action in the TP2 - use PATCH_IF and BUT_ONLY_IF_IT_CHANGES instead."
1164
1182
  }
1165
1183
  },
1184
+ "NULL": {
1185
+ "contents": {
1186
+ "kind": "markdown",
1187
+ "value": "```weidu-tp2-tooltip\nREAD_ASCII offset variable [ ELSE string ] [ ( value ) [ NULL ] ]\n```\nFlag for READ_ASCII; reads a fixed-length string that may contain embedded nul bytes."
1188
+ }
1189
+ },
1166
1190
  "QUICK_MENU": {
1167
1191
  "contents": {
1168
1192
  "kind": "markdown",
@@ -1181,6 +1205,12 @@
1181
1205
  "value": "```weidu-tp2-tooltip\nSCRIPT_STYLE style\n```\nThis flag determines how WeiDU will read in BAF and BCS files and write out BAF and BCS files. Possible options for \"style\" include BG (the default), IWD1, IWD2, and PST. See the Scripting Styles tutorial."
1182
1206
  }
1183
1207
  },
1208
+ "TITLE": {
1209
+ "contents": {
1210
+ "kind": "markdown",
1211
+ "value": "```weidu-tp2-tooltip\nADD_JOURNAL [ EXISTING ] [ MANAGED ] [ TITLE ( text ) ] reference list\n```\nFlag for the ADD_JOURNAL action; sets the quest title."
1212
+ }
1213
+ },
1184
1214
  "UNINSTALL_ORDER": {
1185
1215
  "contents": {
1186
1216
  "kind": "markdown",