Glad to have helped. And, I do still look forward to what's coming along here in future updates.
Anyway... following up, I'm looking at the code here and I see
Python:
if moralGain == True:
play sound "audio/ding.mp3"
show moralUp at notifyFade
$ moralGain = False
if moralLoss == True:
play sound "audio/buzzer.mp3"
show moralDown at notifyFade
$ moralLoss = False
You intend to have the
moralUp text be
Morality Decreased, and
moralDown be
Morality Increased? If so, it seems like something's swapped, even if it's only the programming/file names.