Skip to content

Commit

Permalink
Add missing IntroEnd concepts
Browse files Browse the repository at this point in the history
- Added missing IntroEnd concept for Coach, Gambler, Producer and TeenGirl.
  • Loading branch information
Rayman1103 committed Sep 27, 2021
1 parent cb021fd commit c8fe9e1
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions root/scripts/talker/coach.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions root/scripts/talker/gambler.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions root/scripts/talker/producer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions root/scripts/talker/teengirl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8fe9e1

Please sign in to comment.