Battledale_PRC8/_module/nss/jw_give_mineskey.nss

16 lines
503 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: FileName jw_give_mineskey
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 24/08/2002 17:26:35
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
if (!GetIsObjectValid(GetItemPossessedBy(GetPCSpeaker(),"jw_mines_key")))
{
CreateItemOnObject("jw_mines_key", GetPCSpeaker(), 1);
}
}