To execute a script, use the run() function in a sprite object. It requires 2 parameters, the first is the name of the script, the second is the parameter. The run function supports up to 11 ...
Formats the provided string in a C# style format, i.e. adds the ability to use positional arguments, like seen with String.Format in C#.