11 lines
263 B
Plaintext
11 lines
263 B
Plaintext
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/10/2002 2:22:36 AM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker some XP
|
|
GiveXPToCreature(GetPCSpeaker(), 100);
|
|
|
|
}
|