14 lines
380 B
Plaintext
14 lines
380 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_025
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 26/04/2008 18:09:44
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker some XP
|
|
GiveXPToCreature(GetPCSpeaker(), 150);
|
|
|
|
}
|