PWE_PRC8/_module/nss/cryptkeycon.nss

14 lines
400 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: FileName cryptkeycon
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 12/1/2003 8:14:50 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("cryptkey", GetPCSpeaker(), 1);
}