mirror of
https://github.com/PhantomGamesDevelopment/TWM2.git
synced 2026-04-26 23:05:29 +00:00
3.9.1 Update
Current work here...
This commit is contained in:
parent
d69404f3aa
commit
f25a53d74b
55 changed files with 1617 additions and 2011 deletions
|
|
@ -85,7 +85,7 @@ function WartowerGame::equip(%game, %player) {
|
|||
|
||||
function WartowerGame::pickPlayerSpawn(%game, %client, %respawn) {
|
||||
%start = $WarTower::SpawnZone[$CurrentMission];
|
||||
%pos = vectorAdd(%start, getRandomPosition(4, 1));
|
||||
%pos = vectorAdd(%start, TWM2Lib_MainControl("getRandomPosition", 4 TAB 1));
|
||||
return %pos;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue