Add Test Mission + Small Fixes to RADIO

This commit is contained in:
Grey-Echo 2017-03-10 23:33:16 +01:00
parent c8a4c87226
commit b75d90092d
4 changed files with 40 additions and 67268 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,6 @@
local Player = UNIT:FindByName("Player")
Player:MessageToAll("MainScript Started", 10, "")
local PlayerRadio = Player:GetRadio()
PlayerRadio:NewTransmission("Noise.ogg", "Subtitle", 10, 251000, 0, 0)
PlayerRadio:Broadcast()