-- {\v/} Domino auto-generated LUA script file -- -- Script document: domino/user/windycity/side_missions/vigilante_missions/template/chasetocar.domino.xml -- User graph: Main -- -- -- 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) 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;