ScriptName ND06QuestScript
short KellenTold ;flag set in dialogue if player tells Kellen what the cure is
Begin GameMode
;Update Journal after player acquires Lay Hands power
; if ( GetStage ND06 == 40 )
; if ( player.getspell ND06LayHands == 1 )
; SetStage ND06 50
; endif
; endif
End |