Anyway, does anyone know how to turn off the dark brotherhood completely, and then at a later time turn it back on again (if possible)
Cheers
MVK
ScriptName MyQuest01Scriptshort DBDisabledshort DoOnceBegin GameMode if ( GetStage MyModQuest01 >= 10 ) && ( DoOnce == 0 ) set DBDisabled to 1 set DoOnce to 1 endifend
scriptname DarkBrotherhoodScriptshort Murderershort MountHeadshort MotierreSurpriseshort HidesHeartSoundshort VampOffershort VampAcceptshort VampPlayershort SancDoorPass short LachanceVisitshort AssassinsPurifiedshort DraconisKilledshort LachanceGreetshort OcheevaGreetshort ArquenGreetshort ArquenBravilGreetshort RitualPositionshort ApplewatchEnabledfloat TeleportTimerfloat ArquenTalkTimershort HereHeComesshort Welcomefloat WelcomeTimershort Celedaenshort Perennia short ArenaBarrelshort FriendlyCatshort GarlicFloat fQuestDelayTimeshort DelayBegin GameModeif Delay == 0 set Dark00General.fQuestDelayTime to .5 set Delay to 1endif; Tracks when player is a murdererif Murderer == 0 if ( MyQuest01.DBDisabled == 0 ) if IsPCAMurderer == 1 StartQuest Dark01Knife ;Message "You have murdered an innocent in cold blood...." Message "Your killing has been observed by forces unknown...." LucienLachanceMurderRef.Enable set Murderer to 1 set Dark00General.fQuestDelayTime to 0 endifendifEnd
ScriptName MyQuest12Scriptshort DoOnceBegin GameMode if ( GetStage MyModQuest12 == 100 ) && ( DoOnce == 0 ) set MyQuest01.DBDisabled to 0 set DoOnce to 1 endifend