16 lines
405 B
Plaintext
16 lines
405 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_give50xp
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 9/15/2002 5:54:13 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
#include "nw_i0_tool"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker some XP
|
||
|
RewardPartyXP(50, GetPCSpeaker());
|
||
|
|
||
|
}
|