14 lines
400 B
Plaintext
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);
|
|
|
|
}
|