14 lines
413 B
Plaintext
14 lines
413 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName tkguildkeygiver
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 10/27/2003 6:17:09 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("wnguildkey", GetPCSpeaker(), 1);
|
|
|
|
}
|