14 lines
409 B
Plaintext
14 lines
409 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("ancientlongsword", GetPCSpeaker(), 1);
|
|
|
|
}
|