mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Add Test Mission + Small Fixes to RADIO
This commit is contained in:
parent
c8a4c87226
commit
b75d90092d
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.
Loading…
x
Reference in New Issue
Block a user