14 lines
401 B
Plaintext
14 lines
401 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_016
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 3/8/2007 2:30:10 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("wishstone", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|