- Joined
- Oct 10, 2020
- Messages
- 147
- Reaction score
- 15
- First Language
- Italian
- Primarily Uses
- RMVXA
Today I installed Victor Engine's Sfonts script and it works fine. The only problem is that whenever a choice is shown, an error pops and the game crashes. Here's the error and the two scripts:

VE Sfonts: https://victorenginescripts.wordpress.com/rpg-maker-vx-ace/sFont/
Choice Options: https://rmrk.net/index.php?topic=47593.0
I think the function that causes the error is change_color, because it's in both scripts
The error does not show in an empty project.
EDIT: If i comment out this line:
contents.sfont.alpha = enabled ? 255 : translucent_alpha
from the function change_color in VE Sfonts, the game works but it's no longer able to display disabled choices (so it's not the proper solution, but that function causes the issue)

VE Sfonts: https://victorenginescripts.wordpress.com/rpg-maker-vx-ace/sFont/
Choice Options: https://rmrk.net/index.php?topic=47593.0
I think the function that causes the error is change_color, because it's in both scripts
The error does not show in an empty project.
EDIT: If i comment out this line:
contents.sfont.alpha = enabled ? 255 : translucent_alpha
from the function change_color in VE Sfonts, the game works but it's no longer able to display disabled choices (so it's not the proper solution, but that function causes the issue)
Last edited: