Jump to content
View in the app

A better way to browse. Learn more.

Obsidian Forum Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

I just noticed this; it really doesn't matter at all, but it does seem like a bug.

 

In "11_bs_glanfathan_reactives.conversation":

 

 

    </FlowChartNode>
    <FlowChartNode xsi:type="TalkNode">
      <NodeID>42</NodeID>
      <Comments />
      <PackageID>1</PackageID>
      <ContainerNodeID>-1</ContainerNodeID>
      <Links />
      <ClassExtender>
        <ExtendedProperties />
      </ClassExtender>
      <Conditionals>
        <Operator>And</Operator>
        <Components>
          <ExpressionComponent xsi:type="ConditionalCall">
            <Data>
              <FullName>Boolean IsPlayerBackground(Background)</FullName>
              <Parameters>
                <string>Scholar</string>
              </Parameters>
            </Data>
            <Not>false</Not>
            <Operator>Or</Operator>
          </ExpressionComponent>
          <ExpressionComponent xsi:type="ConditionalCall">
            <Data>
              <FullName>Boolean IsPlayerBackground(Background)</FullName>
              <Parameters>
                <string>Scientist</string>
              </Parameters>
            </Data>
            <Not>true</Not>
            <Operator>Or</Operator>
          </ExpressionComponent>
        </Components>
      </Conditionals>

 

 

And in the stringtable:

 

      <ID>42</ID>
      <DefaultText>"Many estramorwn come to study our mathematics."</DefaultText>

 

 

The line is currently unlocked by being a Scholar or by not being a Scientist. Thus, everybody except Scientists gets it and the Scholar line is completely superfluous; I would assume it's supposed to read
 

 

              <FullName>Boolean IsPlayerBackground(Background)</FullName>
              <Parameters>
                <string>Scientist</string>
              </Parameters>
            </Data>
            <Not>false</Not>

 

 

instead.

 

There are similar checks in "te_barks_all.conversation" and "db_barks_all.conversation", which are unlocked by being a Scholar, Philosopher, or not a Scientist; I can't check those barks easily, but logically, it's very likely a bug.

Edited by Bubbles

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.