ReplaceGame
From The Official Visionaire Studio: Adventure Game Engine Wiki
replaceGame
Available since: v4.0
Replaces the game with a file relative from the current file.
Lua Syntax:
replaceGame(path)
Arguments
path
- "string" (string should contain 'vispath:' prefix) - Relative filename of game file.
Flags
Return Values
None.
Examples
Example 1:
replaceGame('load.vis')