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