Update 2.7 dev branch

This commit is contained in:
Applevangelist
2021-05-05 10:34:15 +02:00
parent ef52897020
commit 7ae25d7cf0
493 changed files with 219 additions and 203 deletions

View File

@@ -14,6 +14,6 @@ local LandUnit = UNIT:FindByName("Unit2")
RadioSpeech = RADIOSPEECH:New( 124 )
RadioSpeech:SetSenderUnitName( "Unit2" )
RadioSpeech:Start(2)
RadioSpeech:Start()
RadioSpeech:ScheduleRepeat( 5, 30, 0, nil, RadioSpeech.Speak, "springfield11, patrolling" )