mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Add Test Mission + Small Fixes to RADIO
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -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()
|
||||
Binary file not shown.
Reference in New Issue
Block a user