Command:Call
From Lavish Software Wiki
Contents |
[edit]
Syntax
| Call | |
| Usage | Intermediate |
| Level of Understanding | Intermediate |
| Computer Savvy | Beginner |
| Logic | Intermediate |
Call <function> [parameters ...]
[edit]
Description
This command is very similar to RunScript. The only difference is that instead of the name of a script to use the function "main" in, Call uses the name of a function within the current script.
[edit]
Examples
- Call MoveTo ${X} ${Y}
[edit]
