HiddenTradition_PRC8/_module/nss/at_worshipchrist.nss

16 lines
238 B
Plaintext
Raw Normal View History

void main()
{
object oPC = GetPCSpeaker();
// Give the speaker some XP
GiveXPToCreature(oPC, 50);
// Set the variables
SetLocalInt(GetPCSpeaker(), "Worship", 1);
AdjustAlignment(oPC, ALIGNMENT_LAWFUL, 10);
}