i'm dynamically creating a drain beetween an fluit emiter and a target when i press Enter whitout any problems.
But when i dynamically delete the created drain, the fluid emiter stays flowing like the drain is still there, disapearing in middle air. Don't the fluid need to continue the flow to the target again?
if spacekey()=1 and phy get drain exist(500) = 1 then PHY Delete Drain 500
After delete the drain i againt whit phy get drain exist(500) again an return 0 meaing is deleted.
Is this is what is supose to happend or maybe its a but?
Thanks for any help.