Specify JSON in /var help

873f25e330cc3c9eee8310eac56dd2afe99abb36

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/scripts/variables.js+1 -1
@@ -2086,7 +2086,7 @@ export function registerVariableCommands() {
2086 splitUnnamedArgumentCount: 1,2086 splitUnnamedArgumentCount: 1,
2087 helpString: `2087 helpString: `
2088 <div>2088 <div>
2089 Get or set a variable. Use <code>index</code> to access elements of a list or dictionary.2089 Get or set a variable. Use <code>index</code> to access elements of a JSON-serialized list or dictionary.
2090 To convert the value to a specific JSON type when using with <code>index</code>, use the <code>as</code> argument.2090 To convert the value to a specific JSON type when using with <code>index</code>, use the <code>as</code> argument.
2091 </div>2091 </div>
2092 <div>2092 <div>