Display MoreI have an object with some values,strings and/or flags.And I made a copy of that object and changing at least one of the values,strings and/or flags with an event.
Then i made another event that triggers when some of the alterable items matching with the conditions for the object (first or copied).
When the one of the first or copied object matches the conditions the event is triggering for that object (first or copied).
Because of i also used "one action when event loops" condition, that event is working on one of that objects(first or copied).
But it's not working on the other copies even their alterable items are matching with the conditions.
According to my theory,one of the copies of that object's alterable items are already matching with the conditions and because of i used "one action when event loops" condition,the event is not triggers for the other copies of the object.
So I making a request to make that event work for each copy of the object when their alterable items are matches with the conditions even the event has "one action when event loops" condition
The example event i'm talking about:
*alterable value A(active) = 1
*alterable string A(active) = "something"
*Only one action when event loops
-switch flag 1 to on
Re-mentioning my update request.