summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--subway/nodes/(119,10,-26).lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/subway/nodes/(119,10,-26).lua b/subway/nodes/(119,10,-26).lua
new file mode 100644
index 0000000..5136440
--- /dev/null
+++ b/subway/nodes/(119,10,-26).lua
@@ -0,0 +1,9 @@
+if event.type == "ext_int" then
+ digiline_send("orhb", event.message)
+ return
+end
+
+if event.type == "punch" then
+
+ return
+end \ No newline at end of file