Guest User

di01

a guest
Dec 29th, 2017
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.74 KB | None | 0 0
  1. <data><conversations>
  2.   <conversation elementProperties="type=generableonce;" id="di01" texten="School Shooting" COMMENT="RECORDED">
  3.     <scene>
  4.       <criminal elementProperties="sex=M; type=White; fightRisk=0.5; weapon=e_rifle" id="student" texten="Student" />
  5.       <witness elementProperties="sex=W; type=White;" id="caller" texten="Secretary" />
  6.       <injured elementProperties="hp=60; sex=M" id="victim" texten="Student" />
  7.       <injured elementProperties="hp=50; sex=M" id="victim2" texten="Student2" />
  8.     </scene>
  9.     <dialog>
  10.       <dialogOption id="1" operator="Operator:" texten="911, What is the {ADDRESS?} of the emergency?" default="2" actionOnEnd="opinionEffect=4;"/>
  11.       <dialogOption id="2" operator="Caller:" texten="My location is [[ADDRESS]]" default="3" actionOnEnd="actionSetLocation"/>
  12.       <dialogOption id="3" operator="Operator:" texten="What is the emergency?" default="4"/>
  13.       <dialogOption elementProperties="bgsound=cwa_b3_0_alarmpanic2;"  id="4" operator="Caller:" emotions="scared, [distant gun shots]" texten="There is a student with a gun, in the building." default="5" option2="4b" option3="4c"/>
  14.       <dialogOption elementProperties="bgsound=ccwa_b3_0_alarmpanic2;"  id="4b" operator="Caller:" emotions="scared, [distant gun shots]" texten="Please send help, There is a student with a gun, pointing at students">
  15.       <dialogOption elementProperties="bgsound=cwa_b3_0_alarmpanic2;"  id="4c" operator="Caller:" emotions="scared, [distant gun shots]" texten="Help!!, There are shot fired on students.">
  16.       <dialogOption id="5" operator="Operator:" texten="{POLICE ARE ON THE WAY} Okay, ma'ma Please calm down, Police, and Ems are in route, Can you tell me if any one is hurt?" default="6"/>
  17.       <dialogOption id="6" operator="Caller:" texten="There, is about two students shot." default="7"/>
  18.       <dialogOption id="7" operator="Operator:" texten="Okay, ma'ma can you tell me what the student with a gun looks like?" default="8"/>
  19.       <dialogOption id="8" operator="Caller:" texten="He is white, Black hair, Why would he do this, he is so kind." default="9"/>
  20.       <dialogOption id="9" operator="Operator:" texten="Okay, ma'am the police should be there soon, please stay on the line, while you wait." default="end"/>
  21.       <dialogOption id="end" operator="Caller:" texten="Okay, the police are here" actionOnEnd="actionHangup" addToAAR="story" />
  22.       <dialogOption id="reminder" operator="Caller:" texten="Hello??, are you still there?">
  23.       <dialogOption id="reminder2" operator="Caller:" texten="Hello??">
  24.     </dialog>
  25.     <aar>
  26.       <reportElement id="story" texten="The Operator ensured the safety of the students, and quicky got help to the students shot." />
  27.     </aar>
  28.   </conversation>
  29. </conversations></data>
Advertisement
Add Comment
Please, Sign In to add comment