14 lines
407 B
Plaintext
14 lines
407 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_mared04
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/8/2002 11:11:49 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("MaredsHead", GetPCSpeaker(), 1);
|
|
|
|
}
|