I get this when I press new game in v0.9
Also I just did a fresh download of v0.8 from here
https://klazen.com/IWBTG/archive/IWBT%20Engine%20KS%20Edition%20v0.8.zip and I still get the same issue as described above :< Still no walkoff aligns, hitting spikes through blocks and 2block no work.
Version 1.4.1598 of GM:S
Thanks, I put that above my code (line1) but I'm still getting an issue
For some reason the game is still ignoring the Creation Code and now believes that the variable is 1 although here I specified that it was 2
This worked fine in 8.0, o could it be a problem with studio?
Welp. Looks like they swapped that around for GM:S, my bad.
https://gmc.yoyogames.com/index.php?showtopic=627879Seems like the way to get around it is to run it after the create event. So you can do an alarm[0]=1 and run it there. Or you can run an event_user(0) in the creation code. Or use a bool and do a begin step that checks and sets it to false (probably not so good).
Otherwise I don't know :S