Changeset 11432 for code/branches/Dialogue_FS17/data
- Timestamp:
- May 18, 2017, 5:05:53 PM (8 years ago)
- Location:
- code/branches/Dialogue_FS17/data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Dialogue_FS17/data/gui/scripts/Dialogue.lua
r11428 r11432 128 128 129 129 function P.cleanup(destroyDetails) 130 130 131 if P.wrapper ~= nil then 131 132 winMgr:destroyWindow(P.wrapper) … … 141 142 end 142 143 end 144 orxonox.DialogueManager:getInstance():clean() 143 145 end 144 146 -
code/branches/Dialogue_FS17/data/levels/events.oxw
r11417 r11432 63 63 <possibleQuestions> 64 64 <NextQuestion question="Are you sure?" a1="yep let me continue" a2="no actually not" /> 65 <NextQuestion question="Why?" a1="Got a dentist's appointment" a2="this sucks" /> 65 <NextQuestion question="Why?" a1="Got a dentist's appointment" a2="this sucks" > 66 <possibleQuestions> 67 <NextQuestion question="Are your teeth that bad mate?" a1="yep" a2="leave me alone godammit" /> 68 <NextQuestion question="You suck" a1="..." a2="Im going now okay" /> 69 </possibleQuestions> 70 </NextQuestion> 66 71 </possibleQuestions> 67 72 <events>
Note: See TracChangeset
for help on using the changeset viewer.