[quote:2etxsd79]Hi,
Can't find an example for making a condition build of a while and or combination, just like
WHILE "object1.number=2" OR "object.number=4" OR "object.number=25" do something
Do I need to create a sub-condition under the while? I wonder because I need to define the action right behind the while condition.
Looks a bit hard to understand the event system logic in such a case, if never made before.
Any help welcome.
Have exactly the same problem and doesn't seem to be any good way to do something like that due to C2 for some weird reason doesn't support "And" / "OR" in the same event condition. So I ended up doing it without a While all together. Think the only way to do it, if you need to use the while is to split it into several events.