You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the call command, this command will call the function in argument 1 with the parameters of the arguments beyond argument 1. Please note that the function MUST By prefixed with FUNC for it to be a callable function. As I mentioned in the variables page
Example
call $FUNC_FUNCTION "<PARAMETER>" "<PARAMETER>";
Simplified syntax
We can also use a simplified syntax to call any functions. To call, we can now treat any function as a native command of chat-script. Or in other words, removing the call from the call command and having the arguments layered on top beyond the command interface. Here is an example of simplified syntax: