Shargast_PRC8/_module/Chapter 2/nss/at_givedwarfkey.nss
Jaysyn904 66a0a3e043 Initial commit
Initial commit.
2024-08-03 14:13:18 -04:00

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);
}