--[[
© 2011 CloudSixteen.com do not share, re-distribute or modify
without permission of its author (kurozael@gmail.com).
--]]
ITEM = openAura.item:New();
ITEM.base = "book_base";
ITEM.cost = 3;
ITEM.name = "The F. Word";
ITEM.model = "models/props_lab/bindergraylabel01b.mdl";
ITEM.uniqueID = "book_tfw";
ITEM.business = true;
ITEM.description = "A book about fuck all.";
ITEM.bookInformation = [[
Written by M. Stanley Bubien.
Mommy!' my son cried out as he ran into the room, 'Cherish just said
the f-word!' I set my book down, took his hand and asked, 'What is the f-word?'
He looked around the room. 'It's okay to tell me, honey.'
Meeting my gaze, he shrugged, 'It's 'stupid.'
I squeezed his hand and called to his sister's bedroom, 'Cherish,
come in here. Right now.'
]];
openAura.item:Register(ITEM);