Matematyka
Zmienna: wzór matematyczny
Set a variable to the result of evaluating a math expression.
Odniesienia
/docs/scripting/math-expressions
Zmienna: wzór matematyczny
Zmienna
$Variable0
Expression
e.g. 5 + (6 * $health)...
- Zmienna: The variable to use.
- Expression: The expression to evaluate.
Warunel: wyrażenie matematycznee
Conditionally execute part of the script if the specified math expression evaluates to true.
Odniesienia
/docs/scripting/math-expressions
Warunel: wyrażenie matematycznee
Expression
e.g. $health >= 0...
Prawda
W innym wypadku
- Expression: The expression to evaluate.
- Prawda: The script to run if the condition is true.
- Fałsz: The script to run if the condition is false.
Zmienna: funkcje matematyczne
Allows you to perform various maths functions on a variable to add/subtract/multiply/divide/modulus a value/variable/random number.
Zmienna: funkcje matematyczne
Zmienna
$Variable0
Operacja
Ustaw
Wartość
Prawda
- Zmienna: The variable to use.
- Operacja: The operation to use for modifying the variable value.
- Wartość: The value to combine with the variable using the selected operation.
Generator losowych liczb
Place this to run in response to user input to ensure random numbers change between playthroughs.
Generator losowych liczb
Umieść to, aby uruchomić w odpowiedzi na dane wejściowe użytkownika, zmianę losowych liczb między rozgrywkami