sr2lua/nuke.lua

  1. -- nuke.lua 
  2. -- SR2 district script 
  3. -- 3/28/07 
  4.  
  5.  
  6. function nuke_init() 
  7. end 
  8.  
  9. function nuke_main() 
  10. end 
  11.  
  12. -- debug function - call from the console with 'lua' command 
  13. function warp_nuke() 
  14. 	message("warping...") 
  15. 	delay(0) 
  16. 	teleport("#PLAYER#", "nuke_$nav-warp") 
  17. end