14 lines
408 B
Plaintext
14 lines
408 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_207
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 1/19/2003 2:54:18 AM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("ancientscimitar", GetPCSpeaker(), 1);
|
|
|
|
}
|