14 lines
382 B
Plaintext
14 lines
382 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_100xp
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 2/2/2004 8:59:19 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker some XP
|
||
|
GiveXPToCreature(GetPCSpeaker(), 100);
|
||
|
|
||
|
}
|