mirror of
https://github.com/suchmememanyskill/TegraScript.git
synced 2025-04-29 06:09:29 -04:00
fix
This commit is contained in:
parent
c3a29e78fb
commit
d81ee19628
1 changed files with 4 additions and 4 deletions
|
@ -37,10 +37,10 @@ Function | Args | Description | Output
|
|||
|
||||
## Variables
|
||||
|
||||
TegraScript has 3 kinds of variables, @ints, $strings, and ?marks
|
||||
You can define @ints by writing `@variable = setInt(0);` (or any function for that matter)
|
||||
You can define $strings with the use of `setString();`, `setStringIndex();` and `combineStrings();`
|
||||
You can define ?marks by using them as a command, so just `?variable;` will work
|
||||
TegraScript has 3 kinds of variables, @ints, $strings, and ?marks.
|
||||
- You can define @ints by writing `@variable = setInt(0);` (or any function for that matter).
|
||||
- You can define $strings with the use of `setString();`, `setStringIndex();` and `combineStrings();`.
|
||||
- You can define ?marks by using them as a command, so just `?variable;` will work.
|
||||
|
||||
You can use these variables in place of int, string or jmp inputs respectively, so for example `@b = setInt(@a)` or `setString($a, $b)`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue