Hello everyone
I noticed that, when running emptyfluidobject on a Fluid object to force it to release its content, the OnEmpty trigger of this object is not executed. I tried an alternative way by setting its content to 0 manually using setvarnum(current,"curcontent",0), but again the trigger was not called. Is there another way to empty a Fluid object by code and to ensure that its OnEmpty trigger is run as well?
Many thanks in advance