14 lines
390 B
Plaintext
14 lines
390 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName drow_priestgive1
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 19/01/2004 22:52:47
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker some XP
|
||
|
GiveXPToCreature(GetPCSpeaker(), 720);
|
||
|
|
||
|
}
|