Skip to content

Commit

Permalink
Update EFFECT_ON_CONDITION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PipeYume committed Aug 17, 2024
1 parent 42b3782 commit 1264342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/EFFECT_ON_CONDITION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2977,7 +2977,7 @@ Store string from `set_string_var` in the variable object `target_var`
| "target_var" | **mandatory** | [variable object](##variable-object) | variable, that accept the value; usually `context_val` |
| "parse_tags" | optional | boolean | Allo if parse [custom entries](NPCs.md#customizing-npc-speech) in string before storing |
| "i18n" | optional | boolean | Whether the string values should be localized |
| "string_input" | optional | object | Accepts user input. When using `string_input`, the user will input a string and assign it to `target_var`. If the input is canceled, the value in `set_string_var` will be assigned as the default value. See details in the table below (the following properties are optional). |
| "string_input" | optional | object | Accepts user input. When using `string_input`, the user will input a string and assign it to `target_var`. If the input is canceled, the value in `set_string_var` will be assigned as the default value. See details in the table below. |

##### String Input Details

Expand Down

0 comments on commit 1264342

Please sign in to comment.