Jump to content

Recommended Posts

inst.components.reader:SetAspiringBookworm(false) -- Books will work as usual
inst:RemoveTag"aspiring_bookworm" -- Will make you "read" books instead of "perusing" them, whatever that means.

in the context of a AddPlayerPostInit

local icr = inst.components.reader
if icr and icr:IsAspiringBookworm() then
	icr:SetAspiringBookWorm(false)
	inst:RemoveTag"aspiring_bookworm"
end

 

Edited by oregu

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...