16 lines
402 B
Plaintext
16 lines
402 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_093
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/23/2005 6:56:28 PM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
void main()
|
|
{
|
|
// Give the speaker some XP
|
|
RewardPartyXP(2000, GetPCSpeaker());
|
|
|
|
}
|