14 lines
404 B
Plaintext
14 lines
404 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_givedwarfkey
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 5/8/2005 12:54:23 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("dwarfkey", GetPCSpeaker(), 1);
|
|
|
|
}
|