I was wondering if I could create a game with support of coding. For example having a game about launching rockets and having a way for player to code some functionality. Can I change script of a node at runtime? How?
And if it’s possible, how can I create api for coding behavior? I could allow players to script in plain gdscript, but it will require engine knowledge and if used incorrectly could let to players accessing other code of the game. Maybe I can create methods that player can access, but can’t built-in.