Key Ring

From PZwiki
Revision as of 01:01, 16 August 2016 by TheOddFly (talk | contribs) (Added info)
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.


A key ring is an item given automatically when the character is created. It will always come with exactly one key on it: the key to the house the player spawned in. When additional keys are found, this is the place to put them. Items that are not keys cannot be put on the key ring.


Door KeyKey1.pngKey2.pngKey3.pngKey4.pngKey5.png Padlock Key KeyPadlock1.png

Code

item KeyRing
    {
        Weight	=	0,
        Type	=	Container,
        DisplayName	=	Key Ring,
        Icon	=	KeyRing,
        Capacity	=	1,
        OnlyAcceptCategory = Key,
    }

History

Alpha
Ver31.9 -

See Also