sr2lua/university.lua

  1. -- university.lua 
  2. -- SR2 district script 
  3. -- 3/28/07 
  4.  
  5.  
  6. function university_init() 
  7.  
  8. end 
  9.  
  10.  
  11. function university_main() 
  12. end 
  13.  
  14.  
  15. -- debug function - call from the console with 'lua' command 
  16. function warp_university() 
  17. 	message("warping...") 
  18. 	delay(0) 
  19. 	teleport("#PLAYER#", "university_$nav-warp") 
  20. end 
  21.  
  22.  
  23.