14 lines
407 B
Plaintext
14 lines
407 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_202
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 1/19/2003 2:53:05 AM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("ancientlongbow", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|