14 lines
394 B
Plaintext
14 lines
394 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_036
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 8/13/2005 1:59:27 AM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("fakekey", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|