Call event [ ] from function [ ] on Main Script
Command |
CALLFUNCTIONONMAIN |
Image |
|
Group | Actions |
Section | Function |
Description |
Allows you to run a script function located on the Main Script, this is used when you are running a different script inside a pop-up screen while the Main Script is still loaded. When this command is executed the current function will be paused until the function called has completed. |
Parameter 1 |
The event for which the script function will be invoked. Being event_globalexecute it will allow the function to be global. The following events are available:
|
Parameter 2 |
The name of the function you want to run. The following wild cards are supported:
|