2021-08-29 23:34:48 -04:00
|
|
|
//::///////////////////////////////////////////////
|
|
|
|
//:: FileName at_161
|
|
|
|
//:://////////////////////////////////////////////
|
|
|
|
//:://////////////////////////////////////////////
|
|
|
|
//:: Created By: Script Wizard
|
|
|
|
//:: Created On: 8/31/2005 4:58:11 PM
|
|
|
|
//:://////////////////////////////////////////////
|
|
|
|
void main()
|
|
|
|
{
|
2022-06-20 14:17:58 -04:00
|
|
|
// Give the speaker the items
|
|
|
|
CreateItemOnObject("item062", GetPCSpeaker(), 1);
|
2021-08-29 23:34:48 -04:00
|
|
|
|
|
|
|
}
|