;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment ;NEXT FRAGMENT INDEX 6 Scriptname USKP_QF_ChangeLocation06_0201A5F2 Extends Quest Hidden ;BEGIN FRAGMENT Fragment_2 Function Fragment_2() ;BEGIN CODE if( PinewatchBoss.GetActorReference().IsDead() || dunPinewatchQST.GetStage() >= 100 ) SetStage(10) else setcurrentstageid(20) endif ;END CODE EndFunction ;END FRAGMENT ;BEGIN FRAGMENT Fragment_3 Function Fragment_3() ;BEGIN CODE dunPinewatchQST.stop() stop() ;pinewatch is completed ;END CODE EndFunction ;END FRAGMENT ;BEGIN FRAGMENT Fragment_5 Function Fragment_5() ;BEGIN CODE stop() ;pinewatch is not completed ;END CODE EndFunction ;END FRAGMENT ;END FRAGMENT CODE - Do not edit anything between this and the begin comment Quest Property dunPinewatchQST Auto ReferenceAlias Property PinewatchBoss Auto