Skip to content

Commit

Permalink
DP | More debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik0-0 committed Feb 27, 2024
1 parent 22e835c commit 196eb41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
execute store result score spawn nn_spawn run random value 1..60
function nnb_spawnsystem:call_bots {"sel_map":"nn_russia"}
say A
execute store result score spawn nn_spawn run random value 1..60
3 changes: 1 addition & 2 deletions nnb_spawnsystem/main.jmc
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ switch(nn_map:map) {
call_bots(sel_map="nn_crossroads");
case 6:
execute store result score spawn nn_spawn run random value 1..60;
call_bots(sel_map="nn_russia");
say "A";
// call_bots(sel_map="nn_russia");
case 7:
execute store result score spawn nn_spawn run random value 1..60;
call_bots(sel_map="nn_trainstation");
Expand Down

0 comments on commit 196eb41

Please sign in to comment.