Scriptname RenCrimeConfigQuestScript extends Quest  
{Configuration flags and settings}

float Property guardfollowoption Auto ; 0 = all, 1 = sneaking, 2 = weapon drawn ; 3 = off
float Property allowbookdrop Auto ; 0 = no, 1 = yes

Event OnInit()
	
	; defaults
	guardfollowoption = 0.0
	allowbookdrop = 0.0
	
EndEvent 