14 lines
400 B
Plaintext
14 lines
400 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_125
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/26/2005 7:15:54 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("holymedallion", GetPCSpeaker(), 1);
|
|
|
|
}
|