17 lines
452 B
Plaintext
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);
|
||
|
|
||
|
}
|