L qqqx`?ր$6----------------------------------------------------------- -- Killzone Level Script -- Copyright (C) 2004/2009MED/Utilities.lua" import "./autoimport.lua" import "Scripts/Mission/Utilities/Helpers_MP.lua" SM_Start("Mainflow") SM_Start("Tow_skybox") end ----------------------------------------------------------- -- OnInitializeNonSessionMaster -- Called on clients that are not the session master ----------------------------------------------------------- function OnInitializeNonSessionMaster() SM_Start("Tow_skybox") eUtilityUpdate() SMED_UtilityUpdate() end ------------------------------------------------------- -- OnUpdateNonSessionMaster() -- Update for Non-Session Master ------------------------------------------------------- function OnUpdateNonSessionMaster() OnUpdate() end ------------------------------------------------------- -- OnSessionMasterChanged() -- Called on the client that has become the new session master ------------------------------------------------------- function OnSessionMasterChanged() SM_Start("Mainflow") end ------------------------------------------------------- -- OnSessionMasterChangedClient() -- Called when another client (not this client) becomes the new session master ------------------------------------------------------- --function OnSessionMasterChangedClient() -- --end ----------------------------------------------------- -- Neil stuff < will make better comment -------------------------------------------------