Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+2)

Hi Zem noticed the passive giver doesn't work because the script is using == instead of >= so if you're not exactly 15 or 20 you're not gonna get the new passives :(

Also it should be $gameActors.actor(1).level instead of $game_actors[1].level

dang and I thought I tested it. thanks!

👍👍