v0.1.4 - Added portrait support

This commit is contained in:
Jacoder23 2022-10-22 04:13:51 +08:00
parent ac189d2916
commit c6bf258c71
3 changed files with 703 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 B

View File

@ -33,7 +33,39 @@
repeatCount="indefinite"
/>
</line>
</svg></div></div></div></form><tw-storydata name="The Gadfly of Gensokyo" startnode="4" creator="Twine" creator-version="2.4.1" format="Chapbook" format-version="1.2.2" ifid="9E6B1F68-AEE5-4040-AC7D-0A704489E935" options="" tags="" zoom="1" hidden><style role="stylesheet" id="twine-user-stylesheet" type="text/twine-css"></style><script role="script" id="twine-user-script" type="text/twine-javascript"></script><tw-passagedata pid="1" name="SOCRATES 1" tags="" position="200,400" size="100,100">{ambient sound: &#39;youmu&#39;}
</svg></div></div></div></form><tw-storydata name="The Gadfly of Gensokyo" startnode="4" creator="Twine" creator-version="2.4.1" format="Chapbook" format-version="1.2.2" ifid="9E6B1F68-AEE5-4040-AC7D-0A704489E935" options="" tags="" zoom="1" hidden><style role="stylesheet" id="twine-user-stylesheet" type="text/twine-css">#leftPortrait {
max-width: 100%;
}
#leftContainer {
flex-direction: column;
line-height: 150%;
margin: var(--page-margin);
max-width: calc(30vw + 200px);
height: 600px;
padding: 4em 4em 2em;
position: relative;
width: var(--page-width);
}
#rightPortrait {
max-width: 100%;
}
#rightContainer {
flex-direction: column;
line-height: 150%;
margin: var(--page-margin);
max-width: calc(30vw + 200px);
height: 600px;
padding: 4em 4em 2em;
position: relative;
width: var(--page-width);
}
#backdrop {
align-items: flex-start;
}</style><script role="script" id="twine-user-script" type="text/twine-javascript"></script><tw-passagedata pid="1" name="SOCRATES 1" tags="" position="200,400" size="100,100">{ambient sound: &#39;youmu&#39;}
DIOTIMA: *I am Diotima, born in Mantineia, and another one of the many grandstanders and sophists of Athens. Sometimes, we&#39;re called philosophers.*
@ -57,7 +89,32 @@ DIOTIMA: *[[Here comes one of my students now.|SOCRATES 2]]*
background-repeat: no-repeat;
background-size: cover;
}
[continued]</tw-passagedata><tw-passagedata pid="2" name="SOCRATES 2" tags="" position="325,400" size="100,100">progressA: 0
[continued]
[JavaScript]
///////////
const img1 = document.createElement(&quot;img&quot;);
img1.setAttribute(&quot;src&quot;, &quot;Assets/Images/Diotima Human.png&quot;);
///////////
img1.setAttribute(&quot;id&quot;, &quot;leftPortrait&quot;);
const cont1 = document.createElement(&quot;div&quot;);
cont1.setAttribute(&quot;id&quot;, &quot;leftContainer&quot;);
cont1.appendChild(img1);
document.getElementById(&quot;backdrop&quot;).prepend(cont1);
//////////
const img2 = document.createElement(&quot;img&quot;);
img2.setAttribute(&quot;src&quot;, &quot;Assets/Images/trans parent.png&quot;);
///////////
img2.setAttribute(&quot;id&quot;, &quot;rightPortrait&quot;);
const cont2 = document.createElement(&quot;div&quot;);
cont2.setAttribute(&quot;id&quot;, &quot;rightContainer&quot;);
cont2.appendChild(img2);
document.getElementById(&quot;backdrop&quot;).appendChild(cont2);</tw-passagedata><tw-passagedata pid="2" name="SOCRATES 2" tags="" position="325,400" size="100,100">progressA: 0
progressB: 0
inventory: [&quot;People are naive and can be tricked.&quot;, &quot;Your argument is a sham and you are an idiot.&quot;]
--

644
v0.1.4.twee Normal file
View File

@ -0,0 +1,644 @@
<html><head><title>The Gadfly of Gensokyo</title><meta charset="UTF-8"><!--
Entweedle - Twine 2 Twee Export Story Format
Copyright (c) 2021 Michael McCollum
https://www.maximumverbosity.net/twine/Entweedle/
This license applies exclusively to the Entweedle story format for Twine 2. No ownership of, nor licensing restrictions on, the content withiln the generated story are stated or implied.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--><script type="text/javascript">var entweedler=function(){void 0===window.Entweedle&&(window.Entweedle={converted:!1,convert:function(){window.Entweedle.converted||(window.Entweedle.converted=!0,window.document.getElementById("output").innerHTML=this.export())},export:function(){var e,n,t=[],r=window.document.getElementsByTagName("tw-storydata")[0];r&&r.hasAttributes()&&(t.push(this.buildPassage("StoryTitle","",r.getAttribute("name"))),e={},["ifid","format","format-version","startnode","zoom"].forEach(t=>{r.hasAttribute(t)&&(e[t]=r.getAttribute(t))}),!e.hasOwnProperty("startnode")||(i=window.document.querySelector(`tw-passagedata[pid="${e.startnode}"]`))&&i.hasAttribute("name")&&(e.start=i.getAttribute("name")),0<(i=Array.from(window.document.getElementsByTagName("tw-tag"))).length&&(n={},i.forEach(t=>n[t.getAttribute("name")]=t.getAttribute("color")),e["tag-colors"]=n),t.push(this.buildPassage("StoryData","",JSON.stringify(e,null,1))));var i=window.document.getElementById("twine-user-script");i&&t.push(this.buildPassage("UserScript","script",i.innerHTML));i=window.document.getElementById("twine-user-stylesheet");i&&t.push(this.buildPassage("UserStylesheet","stylesheet",i.innerHTML));for(var s=window.document.getElementsByTagName("tw-passagedata"),o=0;o<s.length;++o)t.push(this.buildPassageFromElement(s[o]));return t.join("")},buildPassageFromElement:function(t){var e=(e=t.getAttribute("name"))||"Untitled Passage",n=t.getAttribute("tags"),r=t.getAttribute("position"),i=t.getAttribute("size"),t=t.textContent;return this.buildPassage(e,n,t,r||i?{position:r,size:i}:"")},buildPassage:function(t,e,n,r){var i=[];return i.push(":: ",t),e&&i.push(" [",e,"]"),r&&i.push(" ",JSON.stringify(r)),i.push("\r\n",this.scrub(n),"\r\n\r\n"),i.join("")},scrub:function(t){return t=t&&t.replace(/^::/gm," ::").replace(/\</gm,"&lt;").replace(/\>/gm,"&gt;")}}),window.Entweedle.convert()};window.onload=entweedler,setTimeout(entweedler,1e3);</script></head><body><pre id="output"></pre><div id="storyData" style="display: none;"><tw-storydata name="The Gadfly of Gensokyo" startnode="4" creator="Twine" creator-version="2.4.1" format="Entweedle" format-version="1.1.1" ifid="9E6B1F68-AEE5-4040-AC7D-0A704489E935" options="" tags="" zoom="1" hidden><style role="stylesheet" id="twine-user-stylesheet" type="text/twine-css">#leftPortrait {
max-width: 100%;
}
#leftContainer {
flex-direction: column;
line-height: 150%;
margin: var(--page-margin);
max-width: calc(30vw + 200px);
height: 600px;
padding: 4em 4em 2em;
position: relative;
width: var(--page-width);
}
#rightPortrait {
max-width: 100%;
}
#rightContainer {
flex-direction: column;
line-height: 150%;
margin: var(--page-margin);
max-width: calc(30vw + 200px);
height: 600px;
padding: 4em 4em 2em;
position: relative;
width: var(--page-width);
}
#backdrop {
align-items: flex-start;
}</style><script role="script" id="twine-user-script" type="text/twine-javascript"></script><tw-passagedata pid="1" name="SOCRATES 1" tags="" position="200,400" size="100,100">{ambient sound: &#39;youmu&#39;}
DIOTIMA: *I am Diotima, born in Mantineia, and another one of the many grandstanders and sophists of Athens. Sometimes, we&#39;re called philosophers.*
DIOTIMA: *Our job is generally to make arguments that at times, provoke and at others, convince. For most, truth-seeking is secondary.*
DIOTIMA: *If all it takes is some empty rhetoric, and a few parlor tricks to convince people then why try? People confuse right from left, how can they tell right from wrong?*
DIOTIMA: *There are still a few of us who are insane enough to take on the burden of truth though.*
DIOTIMA: *Most of us have a kind of obsession to center their ideas around. Thales has water, Pythagoras has numbers, and then I have love.*
DIOTIMA: *Recently, I have taken to teaching others under my wing.*
DIOTIMA: *It is also useful for keeping my coin satchel full and mouth fed.*
DIOTIMA: *[[Here comes one of my students now.|SOCRATES 2]]*
[CSS]
#backdrop {
background-image: url(&quot;Assets/Images/greece.jpg&quot;);
background-repeat: no-repeat;
background-size: cover;
}
[continued]
[JavaScript]
///////////
const img1 = document.createElement(&quot;img&quot;);
img1.setAttribute(&quot;src&quot;, &quot;Assets/Images/Diotima Human.png&quot;);
///////////
img1.setAttribute(&quot;id&quot;, &quot;leftPortrait&quot;);
const cont1 = document.createElement(&quot;div&quot;);
cont1.setAttribute(&quot;id&quot;, &quot;leftContainer&quot;);
cont1.appendChild(img1);
document.getElementById(&quot;backdrop&quot;).prepend(cont1);
//////////
const img2 = document.createElement(&quot;img&quot;);
img2.setAttribute(&quot;src&quot;, &quot;Assets/Images/trans parent.png&quot;);
///////////
img2.setAttribute(&quot;id&quot;, &quot;rightPortrait&quot;);
const cont2 = document.createElement(&quot;div&quot;);
cont2.setAttribute(&quot;id&quot;, &quot;rightContainer&quot;);
cont2.appendChild(img2);
document.getElementById(&quot;backdrop&quot;).appendChild(cont2);</tw-passagedata><tw-passagedata pid="2" name="SOCRATES 2" tags="" position="325,400" size="100,100">progressA: 0
progressB: 0
inventory: [&quot;People are naive and can be tricked.&quot;, &quot;Your argument is a sham and you are an idiot.&quot;]
--
DIOTIMA: Socrates! Good to see you.
SOCRATES: Good day to you, Diotima!
DIOTIMA: You&#39;re sounding chipper today, any new discoveries?
SOCRATES: That&#39;s right! You see this new coat of mine?
SOCRATES: I&#39;ve discovered that you can use drawing compasses to make a hook.
SOCRATES: Tie it to a string and it&#39;ll hook onto any garment left unguarded.
DIOMATA: *This is Socrates, a young student of mine. However, he isn&#39;t from a wealthy family like most of them so he makes due however he can.*
DIOTIMA: Clever. Not at all moral or right though.
SOCRATES: How can you prove that? Aren&#39;t all moral judgements relative?
DIOTIMA: *He has recently rediscovered what all sophists had always known.*
DIOTIMA: *Nearly all ideas can be doubted. Especially if your opponent believes it. It&#39;s made him insufferable; more so than usual.*
DIOTIMA: I don&#39;t know, but do you have proof to the contrary?
SOCRATES: Turning it back on me. This is exactly what I pay you for! Let me try...
[[Begin dialogue with Socrates|SOCRATES 3]]
[CSS]
#backdrop {
background-image: url(&quot;Assets/Images/greece.jpg&quot;);
background-repeat: no-repeat;
background-size: cover;
}
[continued]</tw-passagedata><tw-passagedata pid="3" name="SOCRATES 3" tags="" position="450,400" size="100,100">[align center]
BEGIN DIALOGUE
[align left]
SOCRATES: All ideas can be doubted.
[[QUESTION|SOCRATES 3a]] or
[[PRESENT|SOCRATES 3 PRESENT a]]
[if progressA == 0]
SOCRATES: All material things cannot be doubted.
[[QUESTION|SOCRATES 3b]] or
[[PRESENT|SOCRATES 3 PRESENT b]]
[else]
SOCRATES: All sensory things cannot be doubted.
[[PRESENT|SOCRATES 3 PRESENT b]]
[continued]
[if progressB == 0]
SOCRATES: That means, I am neither right nor wrong as those are not real qualities I can have.
[[QUESTION|SOCRATES 3c]] or
[[PRESENT|SOCRATES 3 PRESENT c]]
[else]
SOCRATES: Therefore, right and wrong can be doubted.
[[PRESENT|SOCRATES 3 PRESENT c]]
[continued]
***
**Ideas**
&lt;ul&gt;
[JavaScript]
inventory.forEach(function(value, index){
write(&quot;&lt;li&gt;&quot; + value + &quot;&lt;/li&gt;&quot;);
});
[continued]
&lt;/ul&gt;
[CSS]
#backdrop {
background-image: url(&quot;Assets/Images/greece.jpg&quot;);
background-repeat: no-repeat;
background-size: cover;
}
[continued]</tw-passagedata><tw-passagedata pid="4" name="TITLE" tags="" position="200,275" size="100,100">sound.ambient.youmu.url: &#39;Assets/Audio/youmu.ogg&#39;
sound.ambient.youmu.description: &#39;Theme of Youmu&#39;
--
[align center]
{embed image: &#39;Assets/Images/logos.png&#39;}
[[Start|SOCRATES 1]]
[[Instructions|INSTRUCTIONS]]
[[About|ABOUT]]
&lt;audio&gt;MUSIC: An unserious piano waltz plays with dream-like reverb.&lt;/audio&gt;
[CSS]
#backdrop {
background-image: url(&quot;Assets/Images/greece.jpg&quot;);
background-repeat: no-repeat;
background-size: cover;
}
[continued]
</tw-passagedata><tw-passagedata pid="5" name="INSTRUCTIONS" tags="" position="200,150" size="100,100">[align center]
You are a **PHILOSOPHER**.
Engage your opponents in **DIALOGUE**.
**QUESTION** their arguments.
**PRESENT** your ideas to the contrary.
**SEARCH** for truth.
[[Go back.|TITLE]]
[CSS]
#backdrop {
background-image: url(&quot;Assets/Images/greece.jpg&quot;);
background-repeat: no-repeat;
background-size: cover;
}
[continued]
</tw-passagedata><tw-passagedata pid="6" name="SOCRATES 3a" tags="" position="450,525" size="100,100">DIOTIMA: Why can all ideas be doubted?
SOCRATES: Because ideas are arbitrary. If we disagree on how tall the Parthenon is, there is a fact in reality that we are pointing to.
SOCRATES: Ideas like justice and love cannot be measured the same way we measure with rulers. We can argue as much as we want but there is no physical thing we can use to resolve our argument.
SOCRATES: Thus, they can be doubted.
[[Go back.|SOCRATES 3]]
[CSS]
#backdrop {
background-image: url(&quot;Assets/Images/greece.jpg&quot;);
background-repeat: no-repeat;
background-size: cover;
}
[continued]</tw-passagedata><tw-passagedata pid="7" name="SOCRATES 3b" tags="" position="450,650" size="100,100">progressA: progressA + 1
--
DIOTIMA: What are material things by your definition?
SOCRATES: Material things are anything that I can see, hear, hold, or sense basically. I could rephrase it as:
SOCRATES: All sensory things cannot be doubted.
[[Fascinating.|SOCRATES 3]]
[CSS]
#backdrop {
background-image: url(&quot;Assets/Images/greece.jpg&quot;);
background-repeat: no-repeat;
background-size: cover;
}
[continued]</tw-passagedata><tw-passagedata pid="8" name="SOCRATES 3c" tags="" position="450,775" size="100,100">progressB: progressB + 1
--
DIOTIMA: Could you formalize that? Generalize your conclusion, I mean.
SOCRATES: Sure. I&#39;d rephrase it as:
SOCRATES: Therefore, right and wrong can be doubted.
[[Fascinating.|SOCRATES 3]]
[CSS]
#backdrop {
background-image: url(&quot;Assets/Images/greece.jpg&quot;);
background-repeat: no-repeat;
background-size: cover;
}
[continued]</tw-passagedata><tw-passagedata pid="9" name="SOCRATES 3bA" tags="" position="575,400" size="100,100">progressA: 0
progressB: 0
inventory: [&quot;Our senses can be doubted.&quot;, &quot;Your argument is a sham and you are an idiot.&quot;]
--
DIOTIMA: Interesting point, Socrates.
SOCRATES: Thank you. Does that mean you agree?
DIOTIMA: No. It&#39;s interesting because of how wrong it is.
SOCRATES: Ah.
DIOTIMA: All material things cannot be doubted that might have been true if we were perfect beings. However, senses can betray us.
DIOTIMA: You recall the construction of the Parthenon, correct? Its pillars were refined to bend slightly to correct for what we call an optical illusion.
DIOTIMA: Two parallel lines, no matter the true straightness, seem to curve outwards when intersected by converging lines.
DIOTIMA: A bit of geometric trivia from your back alley Pythagoras.
DIOTIMA: That means we can, in fact, doubt material things given they rely on our imperfect senses.
SOCRATES: I see!
SOCRATES: I&#39;m learning so much from your argument!
DIOTIMA: Is that right? Does that mean you&#39;re ready to accept you were in the wrong?
SOCRATES: Hold on, we&#39;re not quite there yet. [[My argument still holds.|SOCRATES 4]]
[align center]
~~LOST &quot;People are naive and can be tricked.&quot;~~
~~GAINED &quot;Our senses can be doubted.&quot;~~
[CSS]
#backdrop {
background-image: url(&quot;Assets/Images/greece.jpg&quot;);
background-repeat: no-repeat;
background-size: cover;
}
[continued]</tw-passagedata><tw-passagedata pid="10" name="SOCRATES 4" tags="" position="700,400" size="100,100">[align center]
BEGIN DIALOGUE
[align left]
SOCRATES: It is true that material things can be doubted on the basis of our imperfect senses.
[[QUESTION|SOCRATES 4a]] or
[[PRESENT|SOCRATES 4 PRESENT a]]
SOCRATES: But that does not change that all ideas can be doubted as well.
[[QUESTION|SOCRATES 4b]] or
[[PRESENT|SOCRATES 4 PRESENT b]]
[if progressA == 0]
SOCRATES: My original conclusion remains that right and wrong can be doubted.
[[QUESTION|SOCRATES 4c]] or
[[PRESENT|SOCRATES 4 PRESENT c]]
[else]
SOCRATES: Right and wrong are decided by what each person believes is right or wrong.
[[PRESENT|SOCRATES 4 PRESENT c]]
[continued]
***
**Ideas**
&lt;ul&gt;
[JavaScript]
inventory.forEach(function(value, index){
write(&quot;&lt;li&gt;&quot; + value + &quot;&lt;/li&gt;&quot;);
});
[continued]
&lt;/ul&gt;
[CSS]
#backdrop {
background-image: url(&quot;Assets/Images/greece.jpg&quot;);
background-repeat: no-repeat;
background-size: cover;
}
[continued]</tw-passagedata><tw-passagedata pid="11" name="SOCRATES 3 PRESENT a" tags="" position="450,275" size="100,100">idea1: inventory[0]
idea2: inventory[1]
--
SOCRATES: All ideas can be doubted.
[[RETURN|SOCRATES 3]]
***
**Pick an idea to present.**
- [[{idea1}|SOCRATES 3 PRESENT a]]
- [[{idea2}|SOCRATES 3 PRESENT a]]
[CSS]
#backdrop {
background-image: url(&quot;Assets/Images/greece.jpg&quot;);
background-repeat: no-repeat;
background-size: cover;
}
[continued]</tw-passagedata><tw-passagedata pid="12" name="SOCRATES 3 PRESENT b" tags="" position="450,150" size="100,100">idea1: inventory[0]
idea2: inventory[1]
--
[if progressA == 0]
SOCRATES: Real things cannot be doubted.
[else]
SOCRATES: All sensory things cannot be doubted.
[continued]
[[RETURN|SOCRATES 3]]
***
**Pick an idea to present.**
[if progressA == 0]
- [[{idea1}|SOCRATES 3 PRESENT b]]
[else]
- [[{idea1}|SOCRATES 3bA]]
[continued]
- [[{idea2}|SOCRATES 3 PRESENT b]]
[CSS]
#backdrop {
background-image: url(&quot;Assets/Images/greece.jpg&quot;);
background-repeat: no-repeat;
background-size: cover;
}
[continued]</tw-passagedata><tw-passagedata pid="13" name="SOCRATES 3 PRESENT c" tags="" position="450,25" size="100,100">idea1: inventory[0]
idea2: inventory[1]
--
[if progressB == 0]
SOCRATES: That means, I am neither right nor wrong as those are not real qualities I can have.
[else]
SOCRATES: Therefore, right and wrong can be doubted.
[continued]
[[RETURN|SOCRATES 3]]
***
**Pick an idea to present.**
- [[{idea1}|SOCRATES 3 PRESENT c]]
- [[{idea2}|SOCRATES 3 PRESENT c]]
[CSS]
#backdrop {
background-image: url(&quot;Assets/Images/greece.jpg&quot;);
background-repeat: no-repeat;
background-size: cover;
}
[continued]</tw-passagedata><tw-passagedata pid="14" name="ABOUT" tags="" position="200,25" size="100,100">[align center]
*&quot;A spectre is haunting Gensokyo — the spectre of dialectics!&quot;*
~~By Jacoder23 for Touhou Fan Game Jam 9~~
[[Go back.|TITLE]]
[CSS]
#backdrop {
background-image: url(&quot;Assets/Images/greece.jpg&quot;);
background-repeat: no-repeat;
background-size: cover;
}
[continued]
</tw-passagedata><tw-passagedata pid="15" name="SOCRATES 4a" tags="" position="700,525" size="100,100">DIOTIMA: Can that be proven?
SOCRATES: I believe you just did exactly that by using an optical illusion as an example.
[[Go back.|SOCRATES 4]]
[CSS]
#backdrop {
background-image: url(&quot;Assets/Images/greece.jpg&quot;);
background-repeat: no-repeat;
background-size: cover;
}
[continued]</tw-passagedata><tw-passagedata pid="16" name="SOCRATES 4 PRESENT a" tags="" position="700,275" size="100,100">idea1: inventory[0]
idea2: inventory[1]
--
SOCRATES: It is true that material things can be doubted on the basis of our imperfect senses.
[[RETURN|SOCRATES 4]]
***
**Pick an idea to present.**
- [[{idea1}|SOCRATES 4 PRESENT a]]
- [[{idea2}|SOCRATES 4 PRESENT a]]
[CSS]
#backdrop {
background-image: url(&quot;Assets/Images/greece.jpg&quot;);
background-repeat: no-repeat;
background-size: cover;
}
[continued]</tw-passagedata><tw-passagedata pid="17" name="SOCRATES 4 PRESENT b" tags="" position="700,150" size="100,100">idea1: inventory[0]
idea2: inventory[1]
--
SOCRATES: It is true that material things can be doubted on the basis of our imperfect senses.
[[RETURN|SOCRATES 4]]
***
**Pick an idea to present.**
- [[{idea1}|SOCRATES 4 PRESENT b]]
- [[{idea2}|SOCRATES 4 PRESENT b]]
[CSS]
#backdrop {
background-image: url(&quot;Assets/Images/greece.jpg&quot;);
background-repeat: no-repeat;
background-size: cover;
}
[continued]</tw-passagedata><tw-passagedata pid="18" name="SOCRATES 4b" tags="" position="700,650" size="100,100">DIOTIMA: So does that mean you believe you can doubt everything?
SOCRATES: I doubt I have to believe that for my argument to hold.
DIOTIMA: Okay, you can&#39;t literally doubt everything.
SOCRATES: Sure I can.
DIOTIMA: Can you doubt you can doubt?
SOCRATES: I don&#39;t know if I can doubt I can doubt.
DIOTIMA: You don&#39;t or you can&#39;t?
SOCRATES: I... hm. Well I think my point still stands either which way.
[[Go back.|SOCRATES 4]]
[CSS]
#backdrop {
background-image: url(&quot;Assets/Images/greece.jpg&quot;);
background-repeat: no-repeat;
background-size: cover;
}
[continued]</tw-passagedata><tw-passagedata pid="19" name="SOCRATES 4c" tags="" position="700,775" size="100,100">progressA: progressA+1
--
DIOTIMA: I must ask Socrates, but where did you hear this argument?
SOCRATES: Oh, I heard it from Protagoras preaching atop his mansion&#39;s rooftop.
DIOTIMA: And did he have a continuation of this argument?
DIOTIMA: Surely, he did not shout here is no right or wrong, without an elaboration?
SOCRATES: Ah yes, I think he did continue it. But it just didn&#39;t seem relevant.
SOCRATES: He said that right and wrong had to exist, of course, but given they had no objective measure that meant they could only have one source.
SOCRATES: Protagoras said that man is the measure of all things.
SOCRATES: He&#39;d do a better job of explaining but I think it can summed up for our argument as:
SOCRATES: Right and wrong are relative and are decided by what each person believes is right or wrong.
[[Insightful..|SOCRATES 4]]
[CSS]
#backdrop {
background-image: url(&quot;Assets/Images/greece.jpg&quot;);
background-repeat: no-repeat;
background-size: cover;
}
[continued]</tw-passagedata><tw-passagedata pid="20" name="SOCRATES 4 PRESENT c" tags="" position="700,25" size="100,100">idea1: inventory[0]
idea2: inventory[1]
--
[if progressA == 0]
SOCRATES: My original conclusion remains that right and wrong can be doubted.
[else]
SOCRATES: Right and wrong are decided by what each person believes is right or wrong.
[continued]
[[RETURN|SOCRATES 4]]
***
**Pick an idea to present.**
- [[{idea1}|SOCRATES 4 PRESENT c]]
[if progressA == 0]
- [[{idea2}|SOCRATES 4 PRESENT c]]
[else]
- [[{idea2}|SOCRATES 4cA]]
[continued]
[CSS]
#backdrop {
background-image: url(&quot;Assets/Images/greece.jpg&quot;);
background-repeat: no-repeat;
background-size: cover;
}
[continued]</tw-passagedata><tw-passagedata pid="21" name="SOCRATES 4cA" tags="" position="825,400" size="100,100">DIOTIMA: Another interesting stance. So whatever you believe is right is right? That is to say: truth is relative?
SOCRATES: I believe so.
DIOTIMA: Then if I believe that your argument is sham and I have wasted my time as a teacher then am I right?
SOCRATES: Ah.
DIOTIMA: I think it should be self-evident by now that this statement, as succinct and convincing as it sounds at first, is entirely self-defeating.
DIOTIMA: If all it takes is belief then my belief that man is not the measure of all things is a paradox. If my belief is true then the statement is false, if my belief is false then so is the statement.
A pause. In the distance is the buzz of the city&#39;s streets.
DIOTIMA: Did I go too hard on the kid?
SOCRATES: Brilliant! I&#39;m so glad to be learning from you, priestess! That argument bothered me for days but I couldn&#39;t place why.
DIOTIMA: *Ah, that&#39;s the last thing about myself. I might call myself a philosopher but you don&#39;t exactly see a lot of women as philosophers.*
DIOTIMA: *My official title is priestess, though a priestess of who I&#39;ve not figured out yet.*
DIOTIMA: *I got it when I first arrived in Athens and a plague was spreading.*
DIOTIMA: *I advised the authorities to begin sacrifices to the appropriate Gods and the plague ended just as quickly as it began.*
DIOTIMA: *That got me in with a good standing with the citizens, but until another plague hits I&#39;m stuck between jobs.*
DIOTIMA: *I&#39;m probably still gonna stick with this though as it&#39;s been far more rewarding. I&#39;ll let those snobs deal with their disasters on their own. What happens to them happens.*
SOCRATES: Diomata? Are you alright?
DIOTIMA: Ah? Yes, yes I am. I was just thinking.
SOCRATES: So was I! I was just wondering that if we assume right and wrong are truths out there somehow, how we could arrive at them?
DIOTIMA: That is a good question. You see…
Diomata stumbles, seemingly slipping on nothing. Socrates moves to help her but she finds her footing.
SOCRATES: Are you alright?
DIOTIMA: Yes, yes. I&#39;ve just been lightheaded recently.
DIOTIMA: [[As I was sayin—|INTERLUDE 1]]
[align center]
~~LOST &quot;Your argument is a sham and you are an idiot.&quot;~~
[CSS]
#backdrop {
background-image: url(&quot;Assets/Images/greece.jpg&quot;);
background-repeat: no-repeat;
background-size: cover;
}
[continued]</tw-passagedata><tw-passagedata pid="22" name="INTERLUDE 1" tags="" position="950,400" size="100,100"></tw-passagedata></tw-storydata></div></body></html>