2024-06-20 15:47:42 -04:00

16 lines
407 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_give400xp
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/21/2002 5:43:26 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
void main()
{
// Give the speaker some XP
RewardPartyXP(400, GetPCSpeaker());
}