Begin fortDisableScript
short state
if ( state == 0 )
if ( GetDisabled == 0 )
if ( GetJournalIndex BM_Smugglers >= 93 )
Disable
set state to 1
elseif ( GetJournalIndex BM_Smugglers < 93 )
Enable
endif
elseif ( GetDisabled == 1 )
if ( GetJournalIndex BM_Smugglers < 93 )
Enable
elseif ( GetJournalIndex BM_Smugglers >= 93 )
Disable
set state to 1
endif
endif
endif
if ( state == 1 )
if ( GetDisabled == 0 )
if ( GetJournalIndex BM_WildHunt < 100 )
Disable
elseif ( GetJournalIndex BM_WildHunt >= 100 )
Enable
endif
elseif ( GetDisabled == 1 )
if ( GetJournalIndex BM_WildHunt >= 100 )
Enable
elseif ( GetJournalIndex BM_WildHunt < 100 )
Disable
endif
endif
endif
End fortDisableScript
Begin fortEnableScript
short state
if ( state == 0 )
if ( GetDisabled == 0 )
if ( GetJournalIndex BM_Smugglers >= 93 )
Enable
set state to 1
elseif ( GetJournalIndex BM_Smugglers < 93 )
Disable
endif
elseif ( GetDisabled == 1 )
if ( GetJournalIndex BM_Smugglers < 93 )
Disable
elseif ( GetJournalIndex BM_Smugglers >= 93 )
Enable
set state to 1
endif
endif
endif
if ( state == 1 )
if ( GetDisabled == 0 )
if ( GetJournalIndex BM_WildHunt < 100 )
Enable
elseif ( GetJournalIndex BM_WildHunt >= 100 )
Disable
endif
elseif ( GetDisabled == 1 )
if ( GetJournalIndex BM_WildHunt >= 100 )
Disable
elseif ( GetJournalIndex BM_WildHunt < 100 )
Enable
endif
endif
endif
End fortEnableScript

;



Wenn du damit mal auskommst... ich denke, es werden eher Tage :-DWenn du fertig bist werde ich bestimmt Stunden dort verbringen, mache weiter so.
