Fixes für grapho

This commit is contained in:
Nero 2022-07-02 20:54:56 +00:00
parent 9a653f4a89
commit eec8400940
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
--- ---
author: Nero author: Nero
title: KsKit für Eisenbahn.exe title: KsKit für Eisenbahn.exe
lang: de
--- ---
# KsKit für Eisenbahn.exe # KsKit für Eisenbahn.exe
@ -148,7 +149,7 @@ Dies kann entweder mit einen Schaltauto oder mit Lua realisiert werden:
if EEPGetSignal(1) == 2 then if EEPGetSignal(1) == 2 then
-- Hilfsfahrstrasse schalten -- Hilfsfahrstrasse schalten
EEPSetSignal(3, 2) EEPSetSignal(3, 2)
-- Hilfsfahrstrasse auflösen -- Hilfsfahrstrasse aufloesen
EEPSetSignal(3, 1) EEPSetSignal(3, 1)
end end
``` ```