14 lines
405 B
Plaintext
14 lines
405 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_meragokey
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 9/3/2002 9:31:43 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("it_merago_key", GetPCSpeaker(), 1);
|
|
|
|
}
|