@@ -16,4 +16,5 @@ WorldLoaded = function()
|
||||
atreides = Player.GetPlayer("Atreides")
|
||||
|
||||
InsertHarvester()
|
||||
Media.PlayMusic("score")
|
||||
end
|
||||
|
||||
@@ -162,4 +162,6 @@ WorldLoaded = function()
|
||||
SendSovietUnits(Entry5.Location, UnitTypes, 50)
|
||||
SendSovietUnits(Entry6.Location, UnitTypes, 50)
|
||||
SendSovietUnits(Entry7.Location, BeachUnitTypes, 15)
|
||||
|
||||
Media.PlayMusic()
|
||||
end
|
||||
|
||||
@@ -40,7 +40,8 @@ Rules:
|
||||
-StartGameNotification:
|
||||
-SpawnMPUnits:
|
||||
-MPStartLocations:
|
||||
LoadWidgetAtGameStart:
|
||||
LuaScript:
|
||||
Scripts: shellmap.lua
|
||||
|
||||
Sequences:
|
||||
|
||||
|
||||
7
mods/ts/maps/blank-shellmap/shellmap.lua
Normal file
7
mods/ts/maps/blank-shellmap/shellmap.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
PlayMusic = function()
|
||||
Media.PlayMusic("maps", PlayMusic)
|
||||
end
|
||||
|
||||
WorldLoaded = function()
|
||||
PlayMusic()
|
||||
end
|
||||
Reference in New Issue
Block a user