-- {\v/} Domino auto-generated LUA script file -- -- Script document: domino/user/windycity/dlc_sidemissions/systemic_missions/arena_02/arena_02.domino.xml -- User graph: Arena_02_Activation -- -- -- DO NOT EDIT MANUALLY THIS FILE OR YOUR CHANGES WILL BE LOST! -- Please modify the original Domino script instead. You have been warned. -- *** SCRIPT INPUT REFLECTION *** --[[ ]]-- -- *** END OF SCRIPT INPUT REFLECTION *** export = { }; function export:LuaDependencies() return { }; end; function export:Create(cbox) -- External box dependencies cbox:RegisterBox("Domino/Library/common/Common_HUD.Activation_Script.lua"); end; function export:Init(cbox) local l0; self[1] = cbox:CreateBox("Domino/Library/common/Common_HUD.Activation_Script.lua"); l0 = self[1]; l0._graph = self; l0.LayerLoaded = DummyFunction; end; function export:ShutDown() for k,v in pairs(self) do if type(v) == "table" and v.ShutDown ~= self.ShutDown and v ~= self._graph and v.ShutDown ~= nil then v:ShutDown() end end; end; function export:In() local l0; self:en_1(); l0 = self[1]; l0:In(); end; function export:Stop() local l0; self:en_1(); l0 = self[1]; l0:Stop(); end; function export:en_1() local l0; l0 = self[1]; l0.Activation_Layer = "Arena_02_Activation"; l0.Map_Point = "2086713671236927195"; l0.Objective_Trigger = "2086713673271164643"; l0.MapMarkerTitle = { section = "GPS.MISSIONS", item = "SideMissionCombatLair", id = "195836", }; l0.MapMarkerDesc = { section = "MISSIONS.SIDE.OBJECTIVES.Contract_Lair.CL_09", item = "Description", id = "144915", }; l0.Mission = "MissionList.1517335806"; l0.EntityOnMissionLayer = 1; l0.IsFixerFantasyCam = 1; l0.DoFadeOut = 0; end; -- Empty out anchor definitions _compilerVersion = 4;