Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I have a question about script calls. Is it fine to check variables with a script call to make it easier to look at?

Sth like: If: Script: $gamePlayer.isMoving()?

Or: se = {...} AudioManager.playSe(se)

I had to make a tough call on Script Calls, even though they are an option in the event commands, they can be used to sneak in plugin code which breaks the rules...