16 lines
402 B
Plaintext
16 lines
402 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_040
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/15/2005 10:59:16 PM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
void main()
|
|
{
|
|
// Give the speaker some XP
|
|
RewardPartyXP(250, GetPCSpeaker());
|
|
|
|
}
|