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

15 lines
522 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_givdwarfsig
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 4/24/2005 11:46:22 AM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("dwarfsig", GetPCSpeaker(), 1);
CreateItemOnObject("dwarfstone1", GetPCSpeaker(), 1);
CreateItemOnObject("dwarfkey", GetPCSpeaker(), 1);
}