Initial commit. Updated release archive.
This commit is contained in:
15
_module/nss/at_worshipchrist.nss
Normal file
15
_module/nss/at_worshipchrist.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
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);
|
||||
|
||||
}
|
Reference in New Issue
Block a user