--[[
This Script has been fully implemented into C only the init call is still used upon loading into the world.
I have removed all other functions from this script in an effort to save memory.
-Rossi, 5-1-13 SR4
]]--
function object_indicator_init()
-- C implementation
object_indicator_init_lua( )
end