PWE_PRC8/_module/nss/at_169.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

17 lines
465 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_169
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 6/07/2003 6:10:47 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker some XP
GiveXPToCreature(GetPCSpeaker(), 200);
// Give the speaker the items
CreateItemOnObject("quest005", GetPCSpeaker(), 1);
}