Image:
Author: 42flowermaster Group: Default Filesize: 70.92 kB Date added: 2023-12-07 Rating: 5.6 Downloads: 3142 Views: 457 Comments: 6 Ratings: 2 Times favored: 0 Made with: Algodoo v2.1.0 Tags:
|
~~~~~~ SECTION ~~~~~~
If you need help with using this, leave a comment below because I am not too good at explaining everything in one scene
Type commands and press enter to execute them, if you want to type a space just press the Control (Ctrl) key on your keyboard.
Commands:
doc
Goes to documentation.
print STRING
Prints string, ex: print "Hello, World!"
echo STRING
Prints string without newline at end.
set VARIABLE STRING|NUMBER
Sets the variable to the string version of the second argument. Ex: set $a "secret"
!get?
SUBCOMMAND. Is supposed to be used inside a command. Gets the string value of the variable ?. Ex: print !getA gets the variable $A
!nget?
Like !get?, but casts the value into an integer.
add VARIABLE STRING|NUMBER STRING|NUMBER
Adds the second and third arguments and puts it into the variable. Ex: add $c !ngetA 2
--help ANY
Helps the user for a command ANY. Ex: --help print
help ANY
Older version of help. It is advised to use --help.
Command documentation suggestion by @Xray |
Last edited at 2023/12/07 22:10:15 by 42flowermaster
Please log in to rate this scene
|