NWNDS/nwnds_module/at_arisrew2.nss

14 lines
410 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName at_arisrew2
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 10/16/2002 11:19:12 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("necklaceofhealth", GetPCSpeaker(), 1);
}