[Solved] Scratch Broadcast

Is there a way to make Broadcasts like in the Scratch programming language? In case you don’t know, broadcasts are things that can be triggered, and when they are triggered they can make things happen. For example: If: broadcast A triggered, then create: “goblin”.

From what I understand, they’re used like variables.
If variable A = 1
---- create goblin (and set A back to 0 if you wish)

Here’s some information about variables, if you don’t know about them:
http://wiki.compilgames.net/doku.php/gdevelop5/tutorials/basic-game-making-concepts#storing_any_information_in_memoryvariables

1 Like