14 lines
412 B
Plaintext
14 lines
412 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName quest_35_a
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 2003-10-17 8:45:06 AM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("letterforgareg", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|