15 lines
425 B
Plaintext
15 lines
425 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName give_100_exp
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 3/28/2004 3:59:52 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker some XP
|
||
|
GiveXPToCreature(GetPCSpeaker(), 100);
|
||
|
DestroyObject(OBJECT_SELF);
|
||
|
|
||
|
}
|