blob: 8f8784e6dce872fbe80a400ec8e02a9fb81f708a (
plain)
1
2
3
4
5
6
7
8
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
|