16 lines
413 B
Plaintext
16 lines
413 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_give300xp
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/21/2002 5:41:42 PM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
void main()
|
|
{
|
|
// Give the speaker some XP
|
|
RewardPartyXP(200, GetPCSpeaker());
|
|
|
|
}
|