diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-10-14 21:01:40 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-10-14 21:01:40 +0100 |
commit | 9a2778eabc7ba968968e41dda9f03525d6c5383d (patch) | |
tree | 6d1c5dc64754d542d68a7f47742a701a4eec9308 /Northstar.Custom/mod/scripts/levels | |
parent | c0a0c7e502f2bc99185d79a485b965f63de7a203 (diff) | |
download | NorthstarMods-9a2778eabc7ba968968e41dda9f03525d6c5383d.tar.gz NorthstarMods-9a2778eabc7ba968968e41dda9f03525d6c5383d.zip |
oh fuck i forgot to commit for a while
Diffstat (limited to 'Northstar.Custom/mod/scripts/levels')
-rw-r--r-- | Northstar.Custom/mod/scripts/levels/mp_bob.rson | 9 | ||||
-rw-r--r-- | Northstar.Custom/mod/scripts/levels/mp_box.rson | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/Northstar.Custom/mod/scripts/levels/mp_bob.rson b/Northstar.Custom/mod/scripts/levels/mp_bob.rson new file mode 100644 index 00000000..58c8a1ca --- /dev/null +++ b/Northstar.Custom/mod/scripts/levels/mp_bob.rson @@ -0,0 +1,9 @@ +//C:\depot\r2dev\game autofastfunction.pl + +IsTestMap: false +When: "SERVER" +Scripts: +[ + mp/levels/mp_bob_temp_props.nut + mp/levels/mp_bob.nut +]
\ No newline at end of file diff --git a/Northstar.Custom/mod/scripts/levels/mp_box.rson b/Northstar.Custom/mod/scripts/levels/mp_box.rson index 1a8d1ee7..3056c505 100644 --- a/Northstar.Custom/mod/scripts/levels/mp_box.rson +++ b/Northstar.Custom/mod/scripts/levels/mp_box.rson @@ -1,6 +1,6 @@ //C:\depot\r2dev\game autofastfunction.pl -IsTestMap: false +IsTestMap: true When: "SERVER" Scripts: [ |