ScriptName FGD01DefaultScript Begin GameMode short foundjournal if ( GetStage FGD01Default < 50 ) if ( Player.GetItemCount "FGD01BrenusAstisJournal" > 0 ) SetStage FGD01Default 50 set foundjournal to 1 endif endif End