2024-06-20 15:47:42 -04:00

14 lines
402 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_keepkey
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/16/2002 9:20:33 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("it_keep_key", GetPCSpeaker(), 1);
}