diff options
Diffstat (limited to 'auto_yards/init_code.lua')
-rw-r--r-- | auto_yards/init_code.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auto_yards/init_code.lua b/auto_yards/init_code.lua index 4a66f6e..f0a62da 100644 --- a/auto_yards/init_code.lua +++ b/auto_yards/init_code.lua @@ -33,6 +33,8 @@ if event.init then dir_indicator_pos = POS(1177,16,3855), error_indicator_pos = POS(1179,16,3850), headshunt_max = 5, + notify = {}, + notify_pos = POS(1178,16,3851) }, -- HY = { @@ -365,6 +367,7 @@ F.headshunt_exit = function(yard_id,this_dir) -- arrow points out of yard F.remove_rc_match(yard_id.."_WAGONS_%d+") if yard.notify_pos then + print(yard.notify) interrupt_pos(yard.notify_pos,"notify") print("init notifications") else |