Difference between revisions of "Command:Call"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 12: Line 12:
 
*[[LavishScript:Commands|Commands]]
 
*[[LavishScript:Commands|Commands]]
 
{{Command-Stub}}
 
{{Command-Stub}}
 +
[[Category:LavishScript]]
 +
[[Category:LavishScript Commands]]

Latest revision as of 22:29, 25 May 2005

Syntax

Command Difficulty Rating
Call
Usage Intermediate
Level of Understanding Intermediate
Computer Savvy Beginner
Logic Intermediate

Call <function> [parameters ...]

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.

Examples

  • Call MoveTo ${X} ${Y}

See Also