14 lines
410 B
Plaintext
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);
|
||
|
|
||
|
}
|