Events and control flow
GDevelop comes with a set of events and conditions that allow to express the game logic and rules. Read more explanations about it.
Conditions
Always
This condition always returns true (or always false, if the condition is inverted).
And
Check if all sub conditions are true
Compare two numbers
Compare the two numbers.
Compare two strings
Compare the two strings.
Not
Return the contrary of the result of the sub conditions
Trigger once while true
Run actions only once, for each time the conditions have been met.
Or
Check if one of the sub conditions is true
This page is an auto-generated reference page about the Events and control flow feature of GDevelop, the open-source, cross-platform game engine designed for everyone. Learn more about all GDevelop features here.