AGI Return

From Sierra Wiki
Revision as of 09:03, 16 February 2025 by Andrew Branscom (talk | contribs) (2 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
AGI Return



Description

Ends execution of the current logic and returns to the logic that called it (or in the case of logic 0, goes on to the next interpreter cycle).


Syntax

AGI Code:
return();

This command is required at the end of every logic.


Sources


References



See Also