LoD_PRC8/_module/nss/brainie_give_key.nss

14 lines
410 B
Plaintext
Raw Normal View History

2023-09-21 21:20:34 -04:00
//::///////////////////////////////////////////////
//:: FileName brainie_give_key
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 18-12-2003 19:48:30
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("Wrathkey", GetPCSpeaker(), 1);
}