diff options
author | theroylee <55896140+theroylee@users.noreply.github.com> | 2022-01-06 01:29:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-06 01:29:30 -0700 |
commit | 4c38a6e54a2d8f3db17f15d5f5adfae19b215bc1 (patch) | |
tree | c2b72e992b6cfea779b8c8fc1f94174d39d5b393 /Northstar.Custom/mod/scripts/vscripts/gamemodes | |
parent | aeceeb93593ab5be3fce29eb2c3185dea66b0dbe (diff) | |
download | NorthstarMods-4c38a6e54a2d8f3db17f15d5f5adfae19b215bc1.tar.gz NorthstarMods-4c38a6e54a2d8f3db17f15d5f5adfae19b215bc1.zip |
Added Rise Fastball spawns
Diffstat (limited to 'Northstar.Custom/mod/scripts/vscripts/gamemodes')
-rw-r--r-- | Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut b/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut index 6e88845d..81425ebb 100644 --- a/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut +++ b/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut @@ -105,6 +105,14 @@ void function GamemodeFastball_Init() < -3967.45, -1616.51, 1255.15 >, < 1.43, 80, 21.5 >, < -6190.25, 1658.51, 1400.03 >, < 0, 144, 0 > ]) + + FastballAddBuddySpawnForLevel( "mp_rise", TEAM_MILITIA, < -3885.97, 35.11, 704.03>, <0, 11.86, 0> ) + FastballAddBuddySpawnForLevel( "mp_rise", TEAM_IMC, < 2206.76, 1869.08, 453.9>, <0, -165.77, 0> ) + FastballAddPanelSpawnsForLevel( "mp_rise", [ + < 2189.09, 1841.74, 73.06 >, < 0, 0, 0 >, + < -448.54, 1091.42, 545.03 >, < 0, 0, 0 >, + < -4083.55, -669.75, 383.03 >, < 0, -90, 0 > + ]) //Current BT fast ball points are good FastballAddPanelSpawnsForLevel( "mp_colony02", [ |