vinfamy / LifePlay

Free, Open-Source and Moddable Lifesim RPG (Link NSFW). I had to change my dev PC and couldn't set up Git correctly on the new PC so the full source code for the game will be available here: https://mega.nz/folder/1XYSXbRb#nFHZ1wdwTbL6rS1oUdMe0g
https://mega.nz/folder/1XYSXbRb#nFHZ1wdwTbL6rS1oUdMe0g
GNU Affero General Public License v3.0
71 stars 36 forks source link

Add Escape For Faulty Scenes #127

Open LordAshon opened 6 years ago

LordAshon commented 6 years ago

There is no current way to exit a scene if a modder did an Else If instead of an Elseif statement.

vinfamy commented 6 years ago

There's currently a indefinite loop detector for While (most common cause of freezes during scene), but not for Else if. v1.12 is already getting released tomorrow so it's too late for that but I can add more safety checks in v1.13