HiddenTradition_PRC8/_module/nss/at_givepc100xp.nss
2024-06-20 15:47:42 -04:00

11 lines
263 B
Plaintext

//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/10/2002 2:22:36 AM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker some XP
GiveXPToCreature(GetPCSpeaker(), 100);
}