14 lines
385 B
Plaintext
14 lines
385 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_sadv_xp
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 1/23/2004 5:23:25 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker some XP
|
||
|
GiveXPToCreature(GetPCSpeaker(), 500);
|
||
|
|
||
|
}
|