HoS_PRC8/_mod/_module/nss/chest_disturb.nss

8 lines
177 B
Plaintext
Raw Normal View History

2024-11-25 19:36:07 -05:00
// Chaotic experience points for robbing
#include "hos_alignment"
void main()
{
object oPC=GetLastDisturbed();
AdjustAlignmentPartyProtected(oPC,ALIGNMENT_CHAOTIC,5);
}