sr2lua/em02.lua

  1. -- em02.lua 
  2. -- SR2 mission script 
  3. -- 3/28/07 
  4.  
  5.  
  6. function em02_start() 
  7. 	-- Start trigger is hit...the activate button was hit 
  8. 	set_mission_author("Your Name Here") 
  9. end 
  10.  
  11. function em02_cleanup() 
  12. 	-- Cleanup mission here 
  13. end 
  14.  
  15. function em02_success() 
  16. 	-- Called when the mission has ended with success 
  17. 	-- Unlock SWAT costume 
  18. end