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