OnScriptLoad: Difference between revisions
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
(Created page with "== Example == <source lang="squirrel"> function onScriptLoad() { print( "Squirrel Script started successfully" ); } </source>") |
m (Franklin moved page OnScriptLoad() to OnScriptLoad) |
(No difference)
|
Revision as of 14:56, 24 July 2014
Example
function onScriptLoad()
{
print( "Squirrel Script started successfully" );
}