Skip to content

Morale and OpCode 23

wolpakwolpak Member Posts: 390
Wondering if anyone has any insight on whether you can change an NPC's morale. It doesn't seem to work for me with a scripting action 103 MoraleInc(O:Target*,I:Morale*) or with OpCode 23 which should allow you to increase of decrease their morale.

Comments

  • kjeronkjeron Member Posts: 2,367
    For opcode 23, the special field must be set to "1" to use custom values in the other fields, otherwise it uses default values (Set Morale = 10).

    It's possible the actions suffer from this limitation as well, only capable of those default values.
Sign In or Register to comment.