NWNDS/nwnds_module/at_charkandcir.nss

14 lines
407 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName at_charkandcir
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/18/2002 12:58:33 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("charredkey", GetPCSpeaker(), 1);
}