--[[ © 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.name = "Outlands 2015"; ITEM.model = "models/props_lab/frame002a.mdl"; ITEM.uniqueID = "book_out"; ITEM.description = "A photo with a bunch of resistance members on it."; ITEM.bookInformation = [[ [A photo with a bunch of resistance members on it]. ]]; openAura.item:Register(ITEM);