-- em02.lua
-- SR2 mission script
-- 3/28/07
function em02_start()
-- Start trigger is hit...the activate button was hit
set_mission_author("Your Name Here")
end
function em02_cleanup()
-- Cleanup mission here
end
function em02_success()
-- Called when the mission has ended with success
-- Unlock SWAT costume
end