Shargast_PRC8/_module/Chapter 2/nss/at_givedwarfkey.nss

14 lines
404 B
Plaintext
Raw Normal View History

2024-08-03 14:13:18 -04:00
//::///////////////////////////////////////////////
//:: 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);
}