Zum Hauptinhalt springen

Mathe

Matheausdruck auswerten

Set a variable to the result of evaluating a math expression.

Referenzen
/docs/scripting/math-expressions

Matheausdruck auswerten
Variable
$Variable0
Expression
e.g. 5 + (6 * $health)...
  • Variable: The variable to use.
  • Expression: The expression to evaluate.

Wenn Matheausdruck

Conditionally execute part of the script if the specified math expression evaluates to true.

Referenzen
/docs/scripting/math-expressions

Wenn Matheausdruck
Expression
e.g. $health >= 0...
Wahr
Add Event
Andernfalls
  • Expression: The expression to evaluate.
  • Wahr: The script to run if the condition is true.
  • Falsch: The script to run if the condition is false.

Variable: Mathematische Funktionen

Allows you to perform various maths functions on a variable to add/subtract/multiply/divide/modulus a value/variable/random number.

Variable: Mathematische Funktionen
Variable
$Variable0
Operation
Einstellen
VWert
Wahr
  • Variable: The variable to use.
  • Operation: The operation to use for modifying the variable value.
  • VWert: The value to combine with the variable using the selected operation.

Seed Zufallszahlengenerator

Place this to run in response to user input to ensure random numbers change between playthroughs.

Seed Zufallszahlengenerator
Platzieren Sie dies als Reaktion auf Benutzereingaben, um sicherzustellen, dass sich die Zufallszahlen zwischen den Durchläufen ändern.