Page 1 of 1

Fire on_pre_built Before Fluid Mixing Check

Posted: Sat Nov 09, 2024 11:27 pm
by MrGrim
It's been said before that on_pre_built is intended to be called even when a build action doesn't happen, e.g. here: viewtopic.php?p=534859#p534859

With that in mind, please call this event before the fluid mixing check. It would allow me to take actions to prevent the mixing that would allow the build to ultimately succeed, such as replacing the conflicting entity or entities.

Thanks!

Re: Fire on_pre_built Before Fluid Mixing Check

Posted: Wed Nov 20, 2024 12:04 am
by Rseding91
Build checks typically happen client side and so never reach the game state where an event would be possible. So this is simply a can't-implement.

Re: Fire on_pre_built Before Fluid Mixing Check

Posted: Wed Nov 20, 2024 12:27 am
by MrGrim
Rseding91 wrote: Wed Nov 20, 2024 12:04 am Build checks typically happen client side and so never reach the game state where an event would be possible. So this is simply a can't-implement.
Such is life. Thank you for looking into it.