generated from Jaysyn/ModuleTemplate
14 lines
402 B
Plaintext
14 lines
402 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName namli_qst_key
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/20/2008 7:20:47 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("wyrmlair", GetPCSpeaker(), 1);
|
|
|
|
}
|