Writing custom logic

Hi,
I am about to start working on GDevelop, Before I start, I wanted to know if it is possible to write custom logic for the game play. If yes, please share a link to the docs or tutorials.

Thanks,
Altaf

What do you mean by “custom logic”?
You’ve to do all the game code, through events of course, which is easier, but it’s custom logic :slight_smile:

If you mean custom JS code, you can use that too, check the JS event. You have the new functions too (in alpha) to add conditions/actions/expressions in an event-friendly way. Finally, you can write your own full extension in JavaScript, read about it here: https://github.com/4ian/GDevelop/blob/master/newIDE/README-extensions.md