Command:Call

From Lavish Software Wiki
Revision as of 22:29, 25 May 2005 by Eleven (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

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