PWE_PRC8/_module/nss/give_shadowkey.nss

16 lines
433 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: FileName give_shadowkey
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/17/2002 2:25:37 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
void main()
{
// Give the speaker the items
CreateItemOnObject("shadowkey", GetPCSpeaker(), 1);
}