HoS_PRC8/_mod/_module/nss/at_100xp.nss

14 lines
382 B
Plaintext
Raw Normal View History

2024-11-25 19:36:07 -05:00
//::///////////////////////////////////////////////
//:: FileName at_100xp
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 2/2/2004 8:59:19 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker some XP
GiveXPToCreature(GetPCSpeaker(), 100);
}