Skip to main content

Script.Start()

Called once at the beginning of the game.

Usage

local script = LUA.script;

--- Start message from Script

function script.Start()
-- your code here
end