16 lines
406 B
Plaintext
16 lines
406 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_give20xp
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 10/21/2002 9:53:09 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
#include "nw_i0_tool"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker some XP
|
||
|
RewardPartyXP(20, GetPCSpeaker());
|
||
|
|
||
|
}
|