Skip to content

Commit

Permalink
C6M3 Outro
Browse files Browse the repository at this point in the history
An orator entity will be the first entity to "speak" for the outro.

(Originally was Francis, but current setup made it more likely for him to have the actual first line. Now, everyone has a fair chance)
  • Loading branch information
xanaguy committed Feb 13, 2022
1 parent 5cc89a4 commit 049dd9b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
12 changes: 0 additions & 12 deletions root/scripts/talker/biker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -937,18 +937,6 @@ Rule C6M3_BridgeDownBiker
Response C6M3_BridgeDownBiker
}

Response c6m3_outroBiker
{
scene "scenes/Biker/blank.vcd" then Any c6m3_outro3 foo:0 0.5 //
scene "scenes/Biker/blank.vcd" odds 50 then self c6m3_outro3 foo:0 0.5 //
}
Rule c6m3_outroBiker
{
criteria Conceptc6m3_outro IsBiker NotSaidOutro isC6m3_port IsNotVersus
ApplyContext "Talk:1:0,SaidOutro:1:0"
applycontexttoworld
Response c6m3_outroBiker
}

Response c6m3_outroL4D1Biker
{
Expand Down
15 changes: 15 additions & 0 deletions root/scripts/talker/orator.txt
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,21 @@ Rule C5M5BridgeDestroyedOrator
Response C5M5BridgeDestroyedOrator
}

//--------------------------------------------------------------------------------------------------------------
// C6M3
//--------------------------------------------------------------------------------------------------------------
Response c6m3_outro
{
scene "scenes/npcs/orator_blank.vcd" then Any c6m3_outro3 foo:0 0.5 //
}
Rule c6m3_outro
{
criteria Conceptc6m3_outro NotSaidOutro isC6m3_port IsNotVersus
ApplyContext "Talk:1:0,SaidOutro:1:0"
applycontexttoworld
Response c6m3_outro
}

//--------------------------------------------------------------------------------------------------------------
// Orator
//--------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 049dd9b

Please sign in to comment.