-- world_singleton - Logic/data for world to maintain singleton objects -- (system_utils_a component) -- Template attachment: world -- Created by: Patrick Ferland -- Created on: 06/23/2008 -- Revision History -- 06/23/2008 P.Ferland - New script -- Constants -- no constants -- Script properties Define Properties() singleton_tracker = {} PersistProperty('singleton_tracker') end -- Commands -- no commands -- Triggers -- no triggers -- Local functions -- no functions