HiddenTradition_PRC8/_module/nss/at_give_elf_ammy.nss

14 lines
410 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: 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);
}