Browse Search Popular Register Upload Rules User list Login:
Search:
AlgoCLI v1.1

Image:
screenshot of the scene

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:

Scene tag

~~~~~~ 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
edit
[Experimental]
incredible im noob at scripting
carmaker - Thanks for the response! I may edit the description later to provide a tutorial for the system :)
@42 -- Just a couple of suggestions:

1. In the scene description describe
- WHAT this scene is about and/or what it does.
- WHY someone would want to use it (main features).
- HOW to use it (nitty gritty details).

2. Disable those annoying Algodoo clouds. :lol:
Xray - Done!
Awesome! :tup: