HI, firstly sorry if this has been asked, as it seems like a fairly common task but crawling through the forums I couldn't find any.
I have a bunch of physic objects that I want to trigger events when they stop moving but only once, also when they are moved again I want these same events to trigger again but once again only. I also want to run events local to object and can't seem to work that out.
I have tried to use Is sleeping which triggers at the right point but does so continuously so I use the default condition Trigger Once but that then only triggers once for all the objects not per object.
So then I tried to place that inside a System:Every tick > System:For each object with Trigger Once. But then i just the events called over and over.
Also tried sticking these in a custom function with local variable to control loops but no results.
Any help is much appreciated.
Thank you.