diff options
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/guards.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 827520185..df7956a37 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -75,6 +75,7 @@ OnSet: OnEnterBG: debugmes "Paul::OnEnterBG"; $@FK_Team2 = waitingroom2bg("012-1",141, 65,"start#hurns_lib::OnPlayer2Quit","start#hurns_lib::OnPlayer2Death"); + setbgteam $@FK_Team2, 2; end; OnInit: @@ -141,6 +142,7 @@ OnInit: OnEnterBG: debugmes "Alliance::OnEnterBG"; $@FK_Team1 = waitingroom2bg("012-1",141, 65,"start#hurns_lib::OnPlayerQuit","start#hurns_lib::OnPlayerDeath"); + setbgteam $@FK_Team1, 1; end; OnDoEvent: |