sr2lua/highend.lua

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