script
The script subcommand, can be used in place of an argument in a normal command.



"script(script, argument 1, argument2, argument 3, argument4)"


Argument Function
script The saved script that'll be run.
argument 1 The value to be used in place for the first argument in the script. (Ignore if the script has less than 1 functions!)
argument 2 The value to be used in place for the second argument in the script. (Ignore if the script has less than 2 functions!)
argument 3 The value to be used in place for the third argument in the script. (Ignore if the script has less than 3 functions!)
argument 4 The value to be used in place for the fourth argument in the script. (Ignore if the script has less than 4 functions!)



The script subcommand when used will run another loaded script, and return a value that is determined by the then function "then(return, value)", which will be used in place of the subcommand.