14 lines
410 B
Plaintext
14 lines
410 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName give_dcq_item_02
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 12/30/2005 11:03:36 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("dcq_item_02", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|