scriptname PriorMaborelScript
;when you open this corpse, you get a journal confirming that Weynon Priory is under attack
short offerHorse ; set to 1 when he has offered
begin OnActivate
if IsActionRef player == 1 && getdead == 1 && getquestrunning MQ04 == 1
SetStage MQ04 10
endif
Activate
end |