NWNDS/nwnds_module/at_elinikbonus.nss

14 lines
411 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName at_elinikbonus
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/15/2002 11:21:40 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("ringofpolymorph", GetPCSpeaker(), 1);
}