ah, its something related with the function "savefilestream"![]()
Since the fail happens when the game is trying to write to a filestream, it is also possible your platform doesn't like that
Thanks guys. With the information you provided I was able to replicate the same crash and noticed that it only happens if the score files are marked with "read only" attribute (or maybe if the files are placed in some protected system folders too). Other than that, the script works fine.Yeah im sure he will be able to figure out what the issue is@Kratus
@dai92 Buddy, please take a look in your saves folder and SORX.sco file properties to see if they are marked with "read only" attribute. The script will not show a friendly warning in case the engine can't write content inside external files, causing the crash.
You can test the crash easily by just clearing the hi-scores in the main menu after disabling the "read only".

