HiddenTradition_PRC8/_module/nss/at_worship50xp.nss
2024-06-20 15:47:42 -04:00

17 lines
452 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_worship50xp
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 03/11/18 23:40:33
//:://////////////////////////////////////////////
void main()
{
// Give the speaker some XP
GiveXPToCreature(GetPCSpeaker(), 50);
// Set the variables
SetLocalInt(GetPCSpeaker(), "Worship", 1);
}