henrykirby Posted May 30, 2019 Share Posted May 30, 2019 Hi, I am looking for an event which can be used in a Wait step in a process which is triggered by an entity finishing processing in a station. Also potentially an event which is triggered when an entity exits a station. Do I have to manually fire an event with an addon process from every station which I wish to do this? Link to comment Share on other sites More sharing options...
GFurtado Posted May 30, 2019 Share Posted May 30, 2019 Every station comes with three events: .Exited, .Entered and .CapacityChanged. So the triggering event of an entity finishing processing in a server is Server.Processing.Exited. Link to comment Share on other sites More sharing options...
Recommended Posts