sr2lua/redlight.lua

  1. -- redlight.lua 
  2. -- SR2 district script 
  3. -- 03/10/08 
  4.  
  5.  
  6. function redlight_init() 
  7. end 
  8.  
  9. function redlight_main() 
  10. end 
  11.  
  12. -- debug function - call from the console with 'lua' command 
  13. function warp_redlight() 
  14. 	message("warping...") 
  15. 	delay(0) 
  16. 	teleport("#PLAYER#", "redlight_$nav-warp") 
  17. end