IF:NimmerrichterIntroduction-node: Unterschied zwischen den Versionen

Aus Philo Wiki
Wechseln zu:Navigation, Suche
(add node)
 
 
(7 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
 
{{IFConvNode
 
{{IFConvNode
|todo=Nimmerrichter soll bei diesem relativ offenen Dialog über die Gebräuche und Praktiken der Diebesbande einführen. Vielleicht mag hier jemand ein paar interessante Gesprächsthemen eintragen. Hier könnte man Themen aus dem Beginn des zweiten Buches verwenden, wo Glaukon (um Sokrates anzuspornen) die Thrasymachos-These etwas ausbaut.
+
|topography=Ring
|conversation=GygesRecruiting-conversation
+
|closed=closed
|closed=open
 
 
|auto-suggesting=auto-suggesting
 
|auto-suggesting=auto-suggesting
|node-introduction=say "'Nun, was willst du wissen?' fragt er.".
+
|ask-suggestions=gang of thieves
|node-continuation=say "'Nun, was willst du wissen?' fragt er.".
+
|node-introduction=say "'So what do you want to know, my [gender]?' Nimmerrichter asks.".
 +
|node-continuation=say "'So what do you want to know, my [gender]?' Nimmerrichter asks.".
 +
|additional code=Greeting response for Nimmerrichter when the node of Nimmerrichter is NimmerrichterIntroduction-node:
 +
say "'Hello my [gender]. What's up?' Nimmerrichter asks.".
 +
 
 +
Implicit greeting response for Nimmerrichter when the node of Nimmerrichter is NimmerrichterIntroduction-node:
 +
say "'Hello my [gender]. What's up?' Nimmerrichter asks.".
 +
 
 +
Implicit farewell response for Nimmerrichter when the node of Nimmerrichter is NimmerrichterIntroduction-node:
 +
say "'Don't forget, my [gender]: might...' he shouts after you, '...might is right! See you soon.'".
 +
 
 +
Farewell response for Nimmerrichter when the node of Nimmerrichter is NimmerrichterIntroduction-node:
 +
say "'I have to go', you say. [paragraph break]'Might is right! Never forget this, my [gender]. See you soon.'".
 +
 
 +
To say gender:
 +
if the player is female begin;
 +
  say "daughter";
 +
else if the player is male;
 +
  say "son";
 +
else;
 +
  say "apprentice";
 +
end if.
 
}}
 
}}
{{IFDefaultResponse
+
{{IFResponse
|type=ask-tell
+
|type=asked about
|response=say "'You have to ask the right questions!' he says."
+
|condition=gang of thieves
 +
|response=say "'Is there anything, I should know about the open-the-wallet-gang?', you ask Nimmerrichter.[paragraph break]";
 +
say "'Listen my [gender] and I won't repeat it: The most important thing you should know about the gang is that we are no ordinary gang with little thefts and stuff. We do what we do with utmost perfection. We know about our skills. We know how to utilize them to achieve our aims. We have developed best-practice strategies. You will get to know those strategies if you decide to join us.' He stops.[paragraph break]'We have one secret of success, which make us superior to all other gangs ...'[add secret of success ask suggestion][add his conscience ask suggestion][add pride ask suggestion]".
 +
}}
 +
{{IFResponse
 +
|type=asked about
 +
|condition=secret of success
 +
|response=say "'Please tell me about your secret of success' you say to Nimmerrichter.[paragraph break]";
 +
say "'To be precise, this secret was already known to the ancient world. We just recycle what we have discovered in old writings.', he proudly says.[paragraph break]'But not to tantalize you: The secret is [italic type]window-dressing[roman type]. For outsiders we seem to be the most charitable organization of Vienna. We send money to the Unprivileged. We simulate compassion and concern. But in fact - and nobody notices it - we only care about our own wallet. Our strategies, our tools, our intelligence and our talents empower us to do what we want to do. And we will never lose.'[add your conscience tell suggestion][add risk ask suggestion]".
 +
}}
 +
{{IFResponse
 +
|type=asked about
 +
|condition=his conscience
 +
|response=say "'You have no qualms about cheating innocent people?' you ask emotionally.[paragraph break]";
 +
say "His face shows a knowing smile. 'My [gender]', he says, 'You have to decide: Either you are a hunter or you will be hunted. There is no other alternative. You have to ask yourself: Which alternative promises a long and successful life? And I tell you something: It is to better [italic type]act[roman type] unjustly than suffer injustice.' He pauses. 'But if we do not share the same interests: Prepare to get hunted and RUN!', Nimmerrichter says poker-faced".
 
}}
 
}}
{{IFGreetingResponse
+
{{IFResponse
|type=Greeting
+
|type=asked about
|response=say "'Hallo Kumpel. Was liegt an?'".  
+
|condition=risk
 +
|response=say "'It is impossible to never get caught. One of our group members may be detected or observed by undercover policemen. Sooner or later our real intentions will be revealed.' you say.[paragraph break]";
 +
say "'Great deeds are not easy. Greet deeds imply risks. That makes it interesting. But even if one of us fails: The gang itself does not fail and will [italic type]never[roman type] fail. We can change names. We can move to other countries, but it is impossible to fail, because our strategies are sophisticated: Our knowledge grows. We have teachers. We have secret web servers which connect us all over the world. We have terrorists and cyber-terrorists. We have experts in science, rhetorics, technology, law, geography... And the whole structure will survive every single person if necessary.' Nimmerrichter answers. 'Therefore, don't tell me this is too risky, scaredy cat.'".
 
}}
 
}}
{{IFGreetingResponse
+
{{IFResponse
|type=Implicit greeting
+
|type=asked about
|response=say "'Hallo Kumpel. Was liegt an?'".  
+
|condition=pride
 +
|response=say "You better not tell him about his paternal pride, if you want to survive this conversation and your stay in the gang.".
 
}}
 
}}
{{IFGreetingResponse
+
{{IFResponse
|type=Implicit farewell
+
|type=told about
|response=say "'Vergiss nicht, mein Freund, das Recht...' ruft er dir nach, '...das Recht ist beim Stärkeren! Ciao.'".  
+
|condition=your conscience
 +
|response=say "'If I had a guilty conscience toward cheated people, what would you say?'[paragraph break]";
 +
say "He looks surprised. Suddenly he laughes out loud: 'Do you really mean that your past career as a little swindler is such an impressive accomplishment and that you are a serious pickpocket, whereas our group is overstepping the limit because we have fun cheating people? You know what? Confess your sins and never come back to us.'".
 
}}
 
}}
{{IFGreetingResponse
+
{{IFDefaultResponse
|type=Farewell
+
|type=ask-tell
|response=say "'Ich muss jetzt gehen', sagst du. [paragraph break]'Vergiss nicht, mein Freund, das Recht...das Recht ist beim Stärkeren! Ciao.'".
+
|response=say "'You have to ask the right questions!' he says."
 
}}
 
}}

Aktuelle Version vom 30. August 2009, 19:34 Uhr

<root><ignore><includeonly></ignore>[[IFSeqNr::<tplarg><title>seqnr</title><part><name index="1"/><value>50</value></part></tplarg>|]]<template><title>IFTodo</title><part><name>todo</name>=<value><tplarg><title>todo</title><part><name index="1"/><value/></part></tplarg></value></part><part><name>status</name>=<value><tplarg><title>status</title><part><name index="1"/><value/></part></tplarg></value></part></template> <template lineStart="1"><title>IFshowKosmos </title><part><name>topography</name>=<value><tplarg><title>topography</title><part><name index="1"/><value/></part></tplarg> </value></part></template> <div class="IFDetails">

<big>CONVNODE<br /></big>Details

gehört zu folgendem Abschnitt: [[IFTopographie::<template><title>IFreturnNS</title></template><tplarg><title>topography</title><part><name index="1"/><value>nicht zugeordnet</value></part></tplarg>|<tplarg><title>topography</title><part><name index="1"/><value>nicht zugeordnet</value></part></tplarg>]]


nutzt Suggestions: <div class="IFListing"><template><title>#if: <tplarg><title>other-suggestions</title><part><name index="1"/><value/></part></tplarg></title><part><name index="1"/><value><template><title>#arraymap:<tplarg><title>other-suggestions</title><part><name index="1"/><value/></part></tplarg></title><part><name index="1"/><value>,</value></part><part><name index="2"/><value>x</value></part><part><name index="3"/><value>[[IFnutztSuggestion::<template><title>IFreturnNS</title></template>x|x]]</value></part></template></value></part></template> </div>

</div> <template lineStart="1"><title>IFSetReturn </title><part><name index="1"/><value><template><title>PAGENAME</title></template> is a <template><title>#if: <tplarg><title>closed</title><part><name index="1"/><value/></part></tplarg> </title><part><name index="1"/><value><tplarg><title>closed</title><part><name index="1"/><value/></part></tplarg> convnode</value></part><part><name index="2"/><value>convnode</value></part></template><template><title>#if: <tplarg><title>next-node</title><part><name index="1"/><value/></part></tplarg> </title><part><name index="1"/><value>. The next-node is <tplarg><title>next-node</title><part><name index="1"/><value/></part></tplarg></value></part><part><name index="2"/><value/></part></template><template><title>#if: <tplarg><title>node-time</title><part><name index="1"/><value/></part></tplarg> </title><part><name index="1"/><value>. The node-time is <tplarg><title>node-time</title><part><name index="1"/><value/></part></tplarg></value></part><part><name index="2"/><value/></part></template><template><title>#if: <tplarg><title>ask-suggestions</title><part><name index="1"/><value/></part></tplarg> </title><part><name index="1"/><value>. The ask-suggestions are { <tplarg><title>ask-suggestions</title><part><name index="1"/><value/></part></tplarg> }</value></part><part><name index="2"/><value/></part></template><template><title>#if: <tplarg><title>tell-suggestions</title><part><name index="1"/><value/></part></tplarg> </title><part><name index="1"/><value>. The tell-suggestions are { <tplarg><title>tell-suggestions</title><part><name index="1"/><value/></part></tplarg> }</value></part><part><name index="2"/><value/></part></template><template><title>#if: <tplarg><title>other-suggestions</title><part><name index="1"/><value/></part></tplarg> </title><part><name index="1"/><value>. The other-suggestions are { <template><title>#arraymap:<tplarg><title>other-suggestions</title><part><name index="1"/><value/></part></tplarg></title><part><name index="1"/><value>,</value></part><part><name index="2"/><value>x</value></part><part><name index="3"/><value>x</value></part></template> }</value></part><part><name index="2"/><value/></part></template><template><title>IFreturnProperties</title><part><name index="1"/><value><template><title>#if: <tplarg><title>auto-suggesting</title><part><name index="1"/><value/></part></tplarg></title><part><name index="1"/><value><tplarg><title>auto-suggesting</title><part><name index="1"/><value/></part></tplarg>,</value></part></template></value></part></template>. <template><title>#if:<tplarg><title>todo</title><part><name index="1"/><value/></part></tplarg></title><part><name index="1"/><value>[<tplarg><title>todo</title></tplarg>]</value></part></template><template><title>#sub:<template><title>#if:<tplarg><title>additional code</title><part><name index="1"/><value/></part></tplarg> </title><part><name index="1"/><value>.

<tplarg lineStart="1"><title>additional code</title></tplarg></value></part></template><template><title>#if: <tplarg><title>node-introduction</title><part><name index="1"/><value/></part></tplarg> </title><part><name index="1"/><value>.

Node-introduction for <template><title>PAGENAME</title></template>: <template lineStart="1"><title>#sub:<tplarg><title>node-introduction</title></tplarg></title><part><name index="1"/><value>0</value></part><part><name index="2"/><value>-1</value></part></template></value></part></template><template><title>#if: <tplarg><title>node-continuation</title><part><name index="1"/><value/></part></tplarg> </title><part><name index="1"/><value>.

Node-continuation for <template><title>PAGENAME</title></template>: <template lineStart="1"><title>#sub:<tplarg><title>node-continuation</title></tplarg></title><part><name index="1"/><value>0</value></part><part><name index="2"/><value>-1</value></part></template></value></part></template><template><title>#if: <tplarg><title>node-termination</title><part><name index="1"/><value/></part></tplarg> </title><part><name index="1"/><value>.

Node-termination for <template><title>PAGENAME</title></template>: <template lineStart="1"><title>#sub:<tplarg><title>node-termination</title></tplarg></title><part><name index="1"/><value>0</value></part><part><name index="2"/><value>-1</value></part></template></value></part></template>.</title><part><name index="1"/><value>1</value></part></template></value></part></template> <ignore></includeonly></ignore></root> <root><ignore><includeonly></ignore><br /><template><title>IFSetReturnResponse </title><part><name index="1"/><value>Response of <template><title>PAGENAME</title></template> when <tplarg><title>type</title><part><name index="1"/><value/></part></tplarg> <tplarg><title>condition</title><part><name index="1"/><value/></part></tplarg>: <tplarg lineStart="1"><title>response</title><part><name index="1"/><value/></part></tplarg> </value></part></template><ignore></includeonly></ignore></root> <root><ignore><includeonly></ignore><br /><template><title>IFSetReturnResponse </title><part><name index="1"/><value>Response of <template><title>PAGENAME</title></template> when <tplarg><title>type</title><part><name index="1"/><value/></part></tplarg> <tplarg><title>condition</title><part><name index="1"/><value/></part></tplarg>: <tplarg lineStart="1"><title>response</title><part><name index="1"/><value/></part></tplarg> </value></part></template><ignore></includeonly></ignore></root> <root><ignore><includeonly></ignore><br /><template><title>IFSetReturnResponse </title><part><name index="1"/><value>Response of <template><title>PAGENAME</title></template> when <tplarg><title>type</title><part><name index="1"/><value/></part></tplarg> <tplarg><title>condition</title><part><name index="1"/><value/></part></tplarg>: <tplarg lineStart="1"><title>response</title><part><name index="1"/><value/></part></tplarg> </value></part></template><ignore></includeonly></ignore></root> <root><ignore><includeonly></ignore><br /><template><title>IFSetReturnResponse </title><part><name index="1"/><value>Response of <template><title>PAGENAME</title></template> when <tplarg><title>type</title><part><name index="1"/><value/></part></tplarg> <tplarg><title>condition</title><part><name index="1"/><value/></part></tplarg>: <tplarg lineStart="1"><title>response</title><part><name index="1"/><value/></part></tplarg> </value></part></template><ignore></includeonly></ignore></root> <root><ignore><includeonly></ignore><br /><template><title>IFSetReturnResponse </title><part><name index="1"/><value>Response of <template><title>PAGENAME</title></template> when <tplarg><title>type</title><part><name index="1"/><value/></part></tplarg> <tplarg><title>condition</title><part><name index="1"/><value/></part></tplarg>: <tplarg lineStart="1"><title>response</title><part><name index="1"/><value/></part></tplarg> </value></part></template><ignore></includeonly></ignore></root> <root><ignore><includeonly></ignore><br /><template><title>IFSetReturnResponse </title><part><name index="1"/><value>Response of <template><title>PAGENAME</title></template> when <tplarg><title>type</title><part><name index="1"/><value/></part></tplarg> <tplarg><title>condition</title><part><name index="1"/><value/></part></tplarg>: <tplarg lineStart="1"><title>response</title><part><name index="1"/><value/></part></tplarg> </value></part></template><ignore></includeonly></ignore></root> <root><ignore><includeonly></ignore><br /><template><title>IFSetReturnResponse </title><part><name index="1"/><value>Default <template><title>#if:<tplarg><title>type</title><part><name index="1"/><value/></part></tplarg></title><part><name index="1"/><value><tplarg><title>type</title></tplarg> response</value></part><part><name index="2"/><value>response</value></part></template> for <template><title>PAGENAME</title></template>: <tplarg lineStart="1"><title>response</title><part><name index="1"/><value/></part></tplarg> </value></part></template><ignore></includeonly></ignore></root>