IF:NimmerrichterIntroduction-node: Unterschied zwischen den Versionen

Aus Philo Wiki
Wechseln zu:Navigation, Suche
(Zwischenspeichern Dialog in Bearbeitung)
(finalization)
Zeile 1: Zeile 1:
 
{{IFConvNode
 
{{IFConvNode
|todo=Zwischenspeichern Dialog in Bearbeitung
+
|todo=Bitte Englisch-Übersetzungen kontrollieren.
 
|conversation=GygesRecruiting-conversation
 
|conversation=GygesRecruiting-conversation
|closed=open
+
|closed=closed
 
|auto-suggesting=auto-suggesting
 
|auto-suggesting=auto-suggesting
 
|ask-suggestions=gang of thieves
 
|ask-suggestions=gang of thieves
|node-introduction=say "'So what do you want to know?' he asks.".
+
|node-introduction=say "'So what do you want to know, my [gender]?' Nimmerrichter asks.".
|node-continuation=say "'So what do you want to know?' he asks.".
+
|node-continuation=say "'So what do you want to know, my [gender]?' he asks.".
 
|additional code=Greeting response for Nimmerrichter when the node of Nimmerrichter is NimmerrichterIntroduction-node:
 
|additional code=Greeting response for Nimmerrichter when the node of Nimmerrichter is NimmerrichterIntroduction-node:
say "'Hello my son. What's up?' Nimmerrichter asks.".
+
say "'Hello my [gender]. What's up?' Nimmerrichter asks.".
  
 
Implicit greeting response for Nimmerrichter when the node of Nimmerrichter is NimmerrichterIntroduction-node:
 
Implicit greeting response for Nimmerrichter when the node of Nimmerrichter is NimmerrichterIntroduction-node:
say "'Hello my son. What's up?' Nimmerrichter asks.".
+
say "'Hello my [gender]. What's up?' Nimmerrichter asks.".
  
 
Implicit farewell response for Nimmerrichter when the node of Nimmerrichter is NimmerrichterIntroduction-node:
 
Implicit farewell response for Nimmerrichter when the node of Nimmerrichter is NimmerrichterIntroduction-node:
say "'Don't forget, my son: might...' he shouts after you, '...might is right! See you soon.'".
+
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:
 
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 son. See you soon.'".
+
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.
 
}}
 
}}
 
{{IFResponse
 
{{IFResponse
Zeile 23: Zeile 32:
 
|condition=gang of thieves
 
|condition=gang of thieves
 
|response=say "'Is there anything, I should know about the open-the-purse-gang?', you ask Nimmerrichter.[paragraph break]";
 
|response=say "'Is there anything, I should know about the open-the-purse-gang?', you ask Nimmerrichter.[paragraph break]";
say "'Nungut, mein Junge. Hör gut zu, denn ich werde es nur einmal sagen: Das wichtigste, das man über uns wissen muss ist: Wir sind nicht einfach nur eine 0815-Gang, die sich auf kleine Diebstähle spezialisiert hat. Wir tun das was wir tun mit größter Perfektion. Wir wissen um unsere Fähigkeiten. Wir wissen, wie wir sie einsetzen können, um unsere Ziele zu erreichen. Wir haben Strategien entwickelt, die sich bewährt haben und wenn du länger bei uns bist, wirst du sie kennen lernen.' Er stoppte kurz.[paragraph break]'Doch es gibt eine Sache, die wir allen anderen mehr oder weniger organisierten Gruppierungen voraus haben....'[add secret of success ask suggestion][add his conscience ask suggestion][add pride ask suggestion]";
+
say "'Listen my [gender]. 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 greatest 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 the strategies if you stay longer with us. ' He stops.[paragraph break]'We have one secret of success, which we have in advantage over all other gangs...'[add secret of success ask suggestion][add his conscience ask suggestion][add pride ask suggestion]".
 
}}
 
}}
 
{{IFResponse
 
{{IFResponse
Zeile 29: Zeile 38:
 
|condition=secret of success
 
|condition=secret of success
 
|response=say "'Please tell me about your secret of success' you say to Nimmerrichter.[paragraph break]";
 
|response=say "'Please tell me about your secret of success' you say to Nimmerrichter.[paragraph break]";
say "'To be exactly, this secret was already known in the ancient world. Our contribution is that we utilize what we have rediscovered 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 subscribe money to the Unprivileged. We simulate compassion and concernment. But in fact - and nobody notice it - we only care about our own concerns. 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]";  
+
say "'To be exactly, this secret was already known in the ancient world. Our contribution is that we utilize what we have rediscovered 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 subscribe money to the Unprivileged. We simulate compassion and concernment. But in fact - and nobody notice it - we only care about our own concerns. 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: You do better [italic type]act[roman type] unjust than suffer from injustice.' He pauses. 'But if we do not share the same interests: Prepare to get hunted and RUN!', Nimmerrichter says poker-faced".
 +
}}
 +
{{IFResponse
 +
|type=asked about
 +
|condition=risk
 +
|response=say "'It is impossible to be unfailing. One of our group members may be caught or observed by undercover police men. Therefore, sooner or later the public will notice our real intentions.' 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 rename us. 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 connects 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.'".
 +
}}
 +
{{IFResponse
 +
|type=asked about
 +
|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.".
 +
}}
 +
{{IFResponse
 +
|type=told about
 +
|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: 'You tell me that your past career as little swindler was okey, because otherwise you would not have survived but acting in our group is unethical because we have fun cheating people? You know what? Confess your sins and never come back to us, if your question is not hypothetical.'".
 
}}
 
}}
 
{{IFDefaultResponse
 
{{IFDefaultResponse

Version vom 19. Juli 2009, 01:14 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>