Hey,
like the Topic says I want to request a new defines so we can detect if a Train leaves a Station, so we can do stuff than.
If you want more Details I will provide that.
Greetz,
Senpai
defines.train_state.leave_station
- LuziferSenpai
- Filter Inserter
- Posts: 383
- Joined: Tue Jul 08, 2014 10:06 am
- Contact:
Re: defines.train_state.leave_station
You can do this already with on_train_changed_state
Check for old_state == defines.train_state.wait_station
Check for old_state == defines.train_state.wait_station
My Mods: mods.factorio.com
- LuziferSenpai
- Filter Inserter
- Posts: 383
- Joined: Tue Jul 08, 2014 10:06 am
- Contact:
Re: defines.train_state.leave_station
ThanksOptera wrote:You can do this already with on_train_changed_state
Check for old_state == defines.train_state.wait_station