Empty Notebook

From PZwiki
Revision as of 18:09, 25 August 2016 by MalonyJenkins (talk | contribs) (Adjusted NavBox accordingly.)


   Page Updated @ Version: 34.28
Navigation - Main Index -> The Game World -> Items -> Stationery -> Empty Notebook   


Notebooks are items found in desks and bookcakes of many houses. You can use a Pen or a Pencil to write text on it. This is useful to write down important things to remember, like where to find loot you dropped. Empty Notebooks are similar to journals, however a notebook contains 10 pages to write on, compared to a journal which has 20. Doesn't reduce stress, boredom, or unhappiness.

It can be renamed and used to leave messages in Multiplayer servers.







Code

	
	item Notebook
        	Weight		= 1,
        	Type		= Literature,
        	DisplayName	= Empty Notebook,
        	Icon		= Notebook,
        	CanBeWrite  	= true,
        	PageToWrite 	= 10,

Template:Navbox/Tools