i have an application that is automatically opened when the menu loads. However am getting this message:
The following global variables are missing
Even when i do initialize these global variables to zero at these events: OnScriptInit (using sc_reset_global)
on the onload event i initialise the two globals to a certain value (sometimes zero)
either way, i still get the message The following global variables are missing
any help or idea on what to do?