14 lines
407 B
Plaintext
Raw Normal View History

2024-08-03 14:13:18 -04:00
//::///////////////////////////////////////////////
//:: FileName ancient_key
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 01.08.2006 14:35:15
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("ancientkey", GetPCSpeaker(), 1);
}