diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:58:39 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:58:39 +0200 |
commit | c92625e4caabead77e3f30c6f97110db10072017 (patch) | |
tree | 7789301ad8a959a56e09bc0703f185f2eb8626ef /subway/nodes | |
parent | a895a35e01e3c61a913ef89249ada49b5eb3ce04 (diff) | |
download | luaatc_envs-c92625e4caabead77e3f30c6f97110db10072017.tar.gz luaatc_envs-c92625e4caabead77e3f30c6f97110db10072017.tar.bz2 luaatc_envs-c92625e4caabead77e3f30c6f97110db10072017.zip |
State at 2023-04-21
Diffstat (limited to 'subway/nodes')
-rw-r--r-- | subway/nodes/(119,10,-26).lua | 9 |
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 |