TG: Adds the framework for randomlly loading an additional external z-level at

server start.  Loading during the game should also be possible.
Fixes assorted bugs
Revision: r3559
Author: 	 VivianFoxfoot
This commit is contained in:
Erthilo
2012-05-10 02:12:12 +01:00
parent 3435a47a7c
commit b86f71dc71
16 changed files with 1566 additions and 6 deletions
+4
View File
@@ -143,6 +143,10 @@
proc/set_frequency(new_frequency)
if(!radio_controller)
sleep(20)
if(!radio_controller)
return
radio_controller.remove_object(src, frequency)
frequency = new_frequency
radio_connection = radio_controller.add_object(src, frequency, RADIO_CHAT)