Conversation 732: CANAL / WORKER barks

Barks for workers loitering by the canal after fixing the water lock.

How to use this page:

This is a listing of every "entry" in a given game conversation as scraped from the game files. Entries often contain written dialogue, as well as conditional logic governing their appearance to the player. They also link to other entries, sometimes automatically and sometimes through player action. This page is best used to search for a specific word or phrase, as following the links in this format can be difficult. For an experience that better accommodates the branching structure of these conversations, see the corresponding interactive page.

Column definitions:
  • ID: a numerical index for the entry within this conversation.
  • Character: the character speaking or acting.
  • Dialogue: prose containing spoken dialogue and other description.
  • Conditions: logical checks governing this entry appearing or occurring.
  • Links: entries that might follow this one, depending on conditions and player choice. Most links are internal to this conversation, external links to other conversations are marked with the format (conversation ID, entry ID).
ID Character Dialogue Conditions Links
0 None
  • 1
1 None
  • 8
  • 2
  • 5
  • 4
  • 6
  • 3
  • 7
  • 9
2 Canal Crew "Good day, officer." DayCount() == 3 and IsAfternoon()
3 Canal Crew "So... where's the next broken water lock?" DayCount() == 3
4 Canal Crew "Good job, boys. Now who wants to flick it?" DayCount() == 3 and Variable["canal.lever_waterlock_closed"] == false
5 Canal Crew "Fixin' the world one water lock at a time." DayCount() == 3
6 Canal Crew "Hey, let the police flick the switch!" DayCount() == 3 and Variable["canal.lever_waterlock_closed"] == false
7 Canal Crew "Guess we're done here." DayCount() == 3 and Variable["canal.lever_waterlock_closed"] == true
8 Canal Crew "Morning, officer." DayCount() == 3 and IsMorning()
9 Canal Crew "Let's run out the clock. Lunch is at 14 anyway." DayCount() == 3 and Variable["canal.lever_waterlock_closed"] == true