diff --git a/root/scripts/talker/coach.txt b/root/scripts/talker/coach.txt index c58b05ab..bc462abb 100644 --- a/root/scripts/talker/coach.txt +++ b/root/scripts/talker/coach.txt @@ -16501,6 +16501,14 @@ Rule SafeRoomStartCoach Response NoResponse } +Rule IntroEndCoach +{ + criteria ConceptIntroEnd IsCoach FromIsCoach IsNotSaidLeavingSafeArea AutoIsNotScavenge AutoIsNotSurvival + ApplyContext "Talk:0:0" + applycontexttoworld + Response NoResponse +} + Rule LeavingSafeAreaCoach { criteria ConceptSurvivorLeavingCheckpoint IsCoach IsNotSaidLeavingSafeArea diff --git a/root/scripts/talker/gambler.txt b/root/scripts/talker/gambler.txt index 07fff940..ada59c25 100644 --- a/root/scripts/talker/gambler.txt +++ b/root/scripts/talker/gambler.txt @@ -16807,6 +16807,14 @@ Rule SafeRoomStartGambler Response NoResponse } +Rule IntroEndGambler +{ + criteria ConceptIntroEnd IsGambler FromIsGambler IsNotSaidLeavingSafeArea AutoIsNotScavenge AutoIsNotSurvival + ApplyContext "Talk:0:0" + applycontexttoworld + Response NoResponse +} + Rule LeavingSafeAreaGambler { criteria ConceptSurvivorLeavingCheckpoint IsGambler IsNotSaidLeavingSafeArea diff --git a/root/scripts/talker/producer.txt b/root/scripts/talker/producer.txt index 706f8d9a..c5d42b3a 100644 --- a/root/scripts/talker/producer.txt +++ b/root/scripts/talker/producer.txt @@ -15591,6 +15591,14 @@ Rule SafeRoomStartProducer Response NoResponse } +Rule IntroEndProducer +{ + criteria ConceptIntroEnd IsProducer FromIsProducer IsNotSaidLeavingSafeArea AutoIsNotScavenge AutoIsNotSurvival + ApplyContext "Talk:0:0" + applycontexttoworld + Response NoResponse +} + Rule LeavingSafeAreaProducer { criteria ConceptSurvivorLeavingCheckpoint IsProducer IsNotSaidLeavingSafeArea diff --git a/root/scripts/talker/teengirl.txt b/root/scripts/talker/teengirl.txt index ae7e5d67..69fc288b 100644 --- a/root/scripts/talker/teengirl.txt +++ b/root/scripts/talker/teengirl.txt @@ -9388,6 +9388,14 @@ Rule SafeRoomStartTeenGirl Response NoResponse } +Rule IntroEndTeenGirl +{ + criteria ConceptIntroEnd IsTeenGirl FromIsTeenGirl IsNotSaidLeavingSafeArea AutoIsNotScavenge AutoIsNotSurvival + ApplyContext "Talk:0:0" + applycontexttoworld + Response NoResponse +} + Rule LeavingSafeAreaTeenGirl { criteria ConceptSurvivorLeavingCheckpoint IsTeenGirl IsNotSaidLeavingSafeArea AutoIsNotScavenge AutoIsNotSurvival