14 lines
397 B
Plaintext
14 lines
397 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName di_at_05
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 4/4/2004 5:56:55 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("di_compas", GetPCSpeaker(), 1);
|
|
|
|
}
|