14 lines
411 B
Plaintext
14 lines
411 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName librar_gve_lttr
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/6/2003 4:21:23 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("librariansletter", GetPCSpeaker(), 1);
|
|
|
|
}
|