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

14 lines
410 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_give_elf_ammy
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 03/10/30 03:08:49
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("elvenresistancea", GetPCSpeaker(), 1);
}