|
|
-- {\v/} Domino auto-generated LUA script file
|
|
|
--
|
|
|
-- Script document: domino/user/windycity/dlc_sidemissions/side_investigations/dlc_si_sideinvestigations01.domino.xml
|
|
|
-- User graph: DLC_SI03
|
|
|
--
|
|
|
--
|
|
|
-- 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 ***
|
|
|
--[[
|
|
|
<InputReflection />
|
|
|
]]--
|
|
|
-- *** END OF SCRIPT INPUT REFLECTION ***
|
|
|
|
|
|
|
|
|
export = {
|
|
|
};
|
|
|
|
|
|
|
|
|
function export:LuaDependencies()
|
|
|
return {
|
|
|
};
|
|
|
end;
|
|
|
|
|
|
function export:Create(cbox)
|
|
|
|
|
|
end;
|
|
|
|
|
|
function export:Init(cbox)
|
|
|
self._name = "DLC_SI03";
|
|
|
self._elementPathId = "DocumentContainer|windycity\\dlc_sidemissions\\side_investigations\\dlc_si_sideinvestigations01.domino.xml|@DLC_SI03";
|
|
|
self.HQ_Entry = "2086534626779597952";
|
|
|
self.HackObjectiveMarker = "2086757340138185701";
|
|
|
self.VR_Puzzle_End = "2083344101211660064";
|
|
|
self.DLC_SI_HQ_Standalone_Loader = "2086717520080799727";
|
|
|
self.Player = nil;
|
|
|
self.Spider = "2086814251663973215";
|
|
|
self.SpiderTeleportPoint = "2086933827426454475";
|
|
|
self.AI_Goon01 = "2086934134015406510";
|
|
|
self.AI_Goon02 = "2086934160313692594";
|
|
|
self.AI_Goon03 = "2086934162738000388";
|
|
|
self.AI_Goon04 = "2086934166313644550";
|
|
|
self.AI_Goon05 = "2086934169360806458";
|
|
|
self.AI_GoonList01 = {
|
|
|
};
|
|
|
self.WarehouseCamera = "2087142379623547469";
|
|
|
self.SurpriseTransformer = "2087142283341676748";
|
|
|
self.FFCamera03 = "2087142770171977844";
|
|
|
self.FFCamera2 = "2087142768641056883";
|
|
|
self.Time_Hour = 0;
|
|
|
self.Duration_Int = 4;
|
|
|
self.Duration_Float = 0;
|
|
|
self.AI_Goon06 = "2087144635532061063";
|
|
|
self.AI_Goon07 = "2087144635532061065";
|
|
|
self.AI_Goon08 = "2087144635532061067";
|
|
|
self.AI_Goon09 = "2087144635532061069";
|
|
|
self.AI_Goon10 = "2087144635532061071";
|
|
|
self.SpawnedGoon01 = nil;
|
|
|
self.SpawnedGoon02 = nil;
|
|
|
self.SpawnedGoon03 = nil;
|
|
|
self.SpawnedGoon04 = nil;
|
|
|
self.SpawnedGoon05 = nil;
|
|
|
self.SpawnedGoon06 = nil;
|
|
|
self.SpawnedGoon07 = nil;
|
|
|
self.SpawnedGoon08 = nil;
|
|
|
self.SpawnedGoon09 = nil;
|
|
|
self.SpawnedGoon10 = nil;
|
|
|
self.TheSpider = "2086814251663973215";
|
|
|
self.jfklsdajfl = nil;
|
|
|
self.MissionCompletePoint = "2087146017137886661";
|
|
|
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;
|
|
|
|
|
|
-- Empty out anchor definitions
|
|
|
_compilerVersion = 4;
|