mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
rule typo fix for /while example
This commit is contained in:
@ -1158,7 +1158,7 @@ export function registerVariableCommands() {
|
|||||||
<strong>Examples:</strong>
|
<strong>Examples:</strong>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<pre><code class="language-stscript">/setvar key=i 0 | /while left=i right=10 rule=let "/addvar key=i 1"</code></pre>
|
<pre><code class="language-stscript">/setvar key=i 0 | /while left=i right=10 rule=lte "/addvar key=i 1"</code></pre>
|
||||||
adds 1 to the value of "i" until it reaches 10.
|
adds 1 to the value of "i" until it reaches 10.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Reference in New Issue
Block a user