RoT2_PRC8/_module/nss/aw_givetooth.nss
Jaysyn904 499aba4eb3 Initial upload
Initial upload
2023-09-25 18:13:22 -04:00

17 lines
476 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName aw_givetooth
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/23/2003 4:09:18 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker some XP
GiveXPToCreature(GetPCSpeaker(), 1000);
// Give the speaker the items
CreateItemOnObject("awquestitem", GetPCSpeaker(), 1);
}