View all by Firsty17
Firsty17
Follow Firsty17
Follow
Following Firsty17
Following
Add To Collection
Collection
Comments
Devlog
Last Bus to Somewhere
←
Return to Last Bus to Somewhere
Devlog
Fixed random dialogue bug
May 21, 2026
by
Firsty17
It turns out that the cause for the error in the random dialogue function was due to a mistake in the version of GameMaker I was using, so I switched to an older version and it seemed to fix the issue...
Continue reading
Updated dialogue randomization
May 18, 2026
by
Firsty17
Added code to the rumor() function to prevent the game from choosing the same dialogue twice in a row, utilizing INI save files to remember what was last chosen and randomizing the dialogue again if t...
Continue reading
Improved URL code
May 18, 2026
by
Firsty17
Changed the code in the url_open_ext part of the game from targeting "_self" to targeting "_parent" in an attempt to address an issue where the URL opened in the mini-window instead of the larger brow...
Continue reading