Amon_PRC8/_module/nss/give_100_exp.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

15 lines
425 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName give_100_exp
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 3/28/2004 3:59:52 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker some XP
GiveXPToCreature(GetPCSpeaker(), 100);
DestroyObject(OBJECT_SELF);
}