Hi,
Perhaps a odd question, but I can't seem to get the 'OR' statement between two conditions as stated here: http://sourceforge.net/apps/mediawiki/construct/index.php?title=Events
The 'OR' statement will allways be placed below both conditions, instead of between them. I can drag the 'OR' statement but on release it will allways fall back below both conditions.
I'm using Construct 0.99.97
Any help is appreciated..
Don't use or - it can cause crashes.
Except from duplicating the code from the first condition and reuse it for the second condition, what options are there?
Develop games in your browser. Powerful, performant & highly capable.
Using or basically makes it so you have two sets of conditions in a single event and one set of actions. You can either duplicate the event, resulting in two sets of the same actions, or you can use a function, which results in one set of the actions. Functions are described here: http://sourceforge.net/apps/mediawiki/c ... _Functions
will 'or' get hashed in c2?