This HTML5 document contains 18 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
n14http://dbkwik.webdatacommons.org/resource/2v5mikvrSIcWPC1gArJcgQ==
n17http://dbkwik.webdatacommons.org/resource/7Ui-FJZsIdELwnZsRa6tCA==
n18http://dbkwik.webdatacommons.org/ontology/
dctermshttp://purl.org/dc/terms/
n4http://dbkwik.webdatacommons.org/resource/WPBMTwIqN4GIfFft48hKAA==
n6http://dbkwik.webdatacommons.org/fallout/property/
n15http://dbkwik.webdatacommons.org/resource/fMEj2LYqIkXEAZJXrtfWgg==
n11http://dbkwik.webdatacommons.org/resource/1ZaNfsRXMToV8UgTyRi7Pg==
rdfshttp://www.w3.org/2000/01/rdf-schema#
n2http://dbkwik.webdatacommons.org/resource/ddHdlaRKK4PqMigq0RHhRg==
n16http://dbkwik.webdatacommons.org/resource/z7ia9LgyTjYbtxARHBMLcg==
n8http://dbkwik.webdatacommons.org/resource/_O6MkaFBVMBx7dT5_vGVdA==
n21http://dbkwik.webdatacommons.org/resource/MATLtBcIeeJE1573WH2M1Q==
n13http://dbkwik.webdatacommons.org/resource/fF3P4koOSN8_ohzW0oQWYg==
n10http://dbkwik.webdatacommons.org/resource/5a6vEWNCm_ZoRFJER02kjA==
n22http://dbkwik.webdatacommons.org/resource/lbA219j0f_oAC4CSVpWSeA==
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n20http://dbkwik.webdatacommons.org/resource/6-cjk5__DeSAvRWeT6sf6w==
n19http://dbkwik.webdatacommons.org/resource/mHeHuMLAd6XGi4f-cVornQ==
n5http://dbkwik.webdatacommons.org/resource/P25POJ3pJeBFb2IZ6iHfgw==
xsdhhttp://www.w3.org/2001/XMLSchema#
n23http://dbkwik.webdatacommons.org/resource/echrv3kxUEpn-Igy29iUrQ==
n9http://dbkwik.webdatacommons.org/resource/7c0aM-SWGG_5QdBAJvB9AA==
n24http://dbkwik.webdatacommons.org/resource/asifGN3xHnELH7sQQlO8Cw==
n7http://dbkwik.webdatacommons.org/resource/AY3ziDRb4SuXWGJzbfxxgQ==
Subject Item
n17:
n18:wikiPageDisambiguates
n2:
Subject Item
n2:
rdf:type
n24:
rdfs:label
Bloomfield Space Center design document/Sid dialogue
rdfs:comment
This is a draft of dialogue for the character Sid which was included in the Bloomfield Space Center design document for Van Buren, the canceled Fallout 3 by Black Isle Studios. __TOC__ Example Dialogue Name: 02 Porter Example Creature Name: 02Porter 'ere's probably the most-commonly-used check script: GetTotalSkill (PCSpeaker(),SKILL) You might want to set up an autocorrect option in word so you don'have to type out the whole thing (I have mine set up so if I type gett it spits out the above check with an ==1 at the end of it).
dcterms:subject
n13:
n6:wikiPageUsesTemplate
n7: n8: n14: n16: n19:
n23:
15
n22:
2005-10-01
n10:
n11:
n20:
n21:
n9:
.doc file
n15:
71
n4:
n5:
n18:abstract
This is a draft of dialogue for the character Sid which was included in the Bloomfield Space Center design document for Van Buren, the canceled Fallout 3 by Black Isle Studios. __TOC__ Example Dialogue Name: 02 Porter Example Creature Name: 02Porter 'ere's probably the most-commonly-used check script: GetTotalSkill (PCSpeaker(),SKILL) You might want to set up an autocorrect option in word so you don'have to type out the whole thing (I have mine set up so if I type gett it spits out the above check with an ==1 at the end of it). Try using "Avellone-style" node numbering. That's w'ere you give the node a "number" that's actually a unique word, such as TELLABOUTSELF: for a node w'ere the PC has asked an NPC to tell about himself. Just refer to that word with your Goto statements (like Goto TELLABOUTSELF: ) an' when you're all done with the dialogue you can do a global replace for that word with a real number. Doing this means that you can group nodes by topic in the dialogue file an' not have to worry about renumbering if you have to insert another node later. If you use this method, be sure to make the word something that is unique an' won't accidentally be used in other parts of the dialogue; ASSHOLEINSULT is a good word, just ASSHOLE isn't because if a node has a character actually saying "asshole" the global search would catch that, too. You can also use a colon character at the end of the unique word like I did in the TELLABOUTSELF: example, above. Whatever you do, don'use a number all by itself as a placeholder like this … I learned the hard way that some numbers pop up everyw'ere an' doing a global replace on them totally screws up your dialogue! For an example of this method, check out the Avellone_Dialogue_Example_Ordor.doc file in Tools/Design/Documents on sourcesafe (the same place you find this dialogue template file).