17 lines
479 B
Plaintext
17 lines
479 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: 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);
|
|
|
|
}
|