summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-04-22 14:58:39 +0200
committerautocommitter <autocommitter@linux-forks.de>2024-04-22 14:58:39 +0200
commitc92625e4caabead77e3f30c6f97110db10072017 (patch)
tree7789301ad8a959a56e09bc0703f185f2eb8626ef
parenta895a35e01e3c61a913ef89249ada49b5eb3ce04 (diff)
downloadluaatc_envs-c92625e4caabead77e3f30c6f97110db10072017.tar.gz
luaatc_envs-c92625e4caabead77e3f30c6f97110db10072017.tar.bz2
luaatc_envs-c92625e4caabead77e3f30c6f97110db10072017.zip
State at 2023-04-21
-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