PWE_PRC8/_module/nss/give_shadowkey.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

16 lines
433 B
Plaintext

//::///////////////////////////////////////////////
//:: 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);
}