Lua Events/OnNewGame

From PZwiki



Event

OnNewGame

Description

Triggered after a new world has been initialized.

Parameters

Examples

local function OnNewGame(player, square)
	-- Your code here
end

Events.OnNewGame.Add(OnNewGame)

See also