summaryrefslogtreecommitdiff
path: root/durt/nodes/(-2213,8,898).lua
blob: 3d93bd00fd267ff2cd4a2e0fc512253fa0b9aa9b (plain)
1
if event.type=="digiline" then
	if event.channel ~= "trainctl" then return end
	if event.msg == "send" then
		if atc_id and atc_arrow then
			atc_send("S0WRS4")
		elseif atc_id and atc_arrow == false then
			atc_send("S4")
		end
	end
end