You can with the latest version, you just have to click next in game without going back to the stat screen for it to take effect. See more on this thread;
Alright, so it’s okay to use a *gosub_scene within the stat screen, but if you THEN use a choice and a *goto within that *gosub, suddenly the whole thing breaks seemingly. When I then click return to game, it only returns me to the stats page, and then I’m stuck there forever.
Now why is that? Going on the name, *goto, one would think it actually jumps to a piece of code within the scene. But instead, it seems it creates a new iteration of the page you’re on, so it doesn’t move you through spac…