diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-01-09 10:06:35 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-01-09 10:06:35 -0500 |
commit | 5227bcfa382b914fff3f01e856a433a7f841b943 (patch) | |
tree | 75d7345a169cfc04614cf1cbd9e916e42149fcbf /xml | |
parent | a0597ff41fb4be979f9dfd70ace8be98a737affb (diff) |
xml: dialog options
Diffstat (limited to 'xml')
-rw-r--r-- | xml/playerSpawnHill1.xml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/xml/playerSpawnHill1.xml b/xml/playerSpawnHill1.xml index c924d7e..94292ab 100644 --- a/xml/playerSpawnHill1.xml +++ b/xml/playerSpawnHill1.xml @@ -9,14 +9,20 @@ </World> -<Dialog> +<Dialog name="Ralph"> - <text name="Ralph" id="0" nextid="1"> + <text id="0"> Hello there! + <option text="Hello" nextid="1" /> + <option text="Frig" nextid="2" /> </text> - <text name="Ralph" id="1"> - Lol + <text id="1"> + gg. + </text> + + <text id="2"> + Frrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr </text> </Dialog> |