Clones_the_end_doc_handle = -1
local The_end_anim_h = -1
function clones_the_end_init()
Clones_the_end_doc_handle = vint_document_find("clones_the_end")
The_end_anim_h = vint_object_find("the_end_anim")
vint_apply_start_values(The_end_anim_h)
--Dump pause map...
pause_map_dump()
end
function clones_the_end_19()
lua_play_anim(The_end_anim_h)
end
function clones_the_end_cleanup()
--restore pause map...
pause_map_restore()
end