Empty Notebook

From PZwiki
Revision as of 17:39, 6 June 2018 by Vaileasys (talk | contribs)


   Page Updated @ Version: 34.28
Navigation - Main Index -> The Game World -> Items -> Tools -> 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