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

14 lines
400 B
Plaintext

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