From 182d6606f0a4e8ba70c99fd1a05fa97adaac0695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Wed, 28 Oct 2020 00:55:56 +0200 Subject: [PATCH] Update --- mirricraft-portals.sk | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mirricraft-portals.sk diff --git a/mirricraft-portals.sk b/mirricraft-portals.sk new file mode 100644 index 0000000..807d19a --- /dev/null +++ b/mirricraft-portals.sk @@ -0,0 +1,10 @@ +# --- Lobby Tunnel --- +on region enter: + wait 1 tick + if "%event-region%" contains "_portal_to_lobby": + connect player to "lobby" + +on region exit: + wait 1 tick + if "%event-region%" contains "_portal_to_lobby": + connect player to "lobby" \ No newline at end of file