Stat reaction coding

Both your conditions only check if Emotional or Stoic are less than 50. If they are higher than that, the *if and *elseif will be skipped.

You need to add conditions to check if those stats are equal or higher than 50. Use an *else to always catch the situation where none of the conditions are met.


Other tips: You don’t have to use *line_breaks to break lines, simply leave a blank line and it will have an automatic line break when the game is run.

Use syntax highlighter for notepad++ for better visuals while coding:

Or use CSIDE:

1 Like