14 lines
398 B
Plaintext
14 lines
398 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_007
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 4/17/2005 9:00:31 AM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("schippersig", GetPCSpeaker(), 1);
|
|
|
|
}
|