Amon_PRC8/_module/nss/fr_birkanneck.nss

17 lines
479 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
//::///////////////////////////////////////////////
//:: FileName fr_birkanneck
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/27/2003 8:41:49 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("birkannecklace", GetPCSpeaker(), 1);
// Set the variables
SetLocalInt(GetPCSpeaker(), "BirkanDrunk", 1);
}