summaryrefslogtreecommitdiff
path: root/durt/nodes/(431,-11,-256).lua
diff options
context:
space:
mode:
Diffstat (limited to 'durt/nodes/(431,-11,-256).lua')
-rw-r--r--durt/nodes/(431,-11,-256).lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/durt/nodes/(431,-11,-256).lua b/durt/nodes/(431,-11,-256).lua
new file mode 100644
index 0000000..8f8784e
--- /dev/null
+++ b/durt/nodes/(431,-11,-256).lua
@@ -0,0 +1,9 @@
+if atc_arrow == true then
+ local rc = get_rc()
+ if rc:find("bh_ewb_unload") then
+ setstate("s_bh_ewb", "st")
+ end
+ if rc:find("bh_ewb_load") then
+ setstate("s_bh_ewb", "cr")
+ end
+end \ No newline at end of file