14 lines
393 B
Plaintext
14 lines
393 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_258
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 9/8/2005 3:04:18 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("item072", GetPCSpeaker(), 1);
|
|
|
|
}
|