Make princess dialog more discoverable by adding @match * option.
parent
aaa4ee2a88
commit
9638eacc92
|
@ -1,3 +1,6 @@
|
||||||
|
2021-07-23 Daniel Hawkins
|
||||||
|
* wolfsburg/tt/tta1: Make princess's dialogue more discoverable by making a @match * message.
|
||||||
|
|
||||||
2021-07-17 Daniel Hawkins
|
2021-07-17 Daniel Hawkins
|
||||||
* world/world_122_116: Clean up the flames on the random maps outside Navar.
|
* world/world_122_116: Clean up the flames on the random maps outside Navar.
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ height 38
|
||||||
enter_x 1
|
enter_x 1
|
||||||
enter_y 18
|
enter_y 18
|
||||||
msg
|
msg
|
||||||
Modified: 2013-07-28 Kevin Zheng
|
Modified: 2021-07-23 Daniel Hawkins
|
||||||
endmsg
|
endmsg
|
||||||
tile_path_2 ttb1
|
tile_path_2 ttb1
|
||||||
end
|
end
|
||||||
|
@ -4278,14 +4278,16 @@ y 18
|
||||||
end
|
end
|
||||||
arch princess
|
arch princess
|
||||||
msg
|
msg
|
||||||
@match hello
|
|
||||||
Oh, thank you for saving me from the monsters.
|
|
||||||
@match name
|
@match name
|
||||||
I am the princess Corriann-Tremall.
|
I am the princess Corriann-Tremall.
|
||||||
@match monsters
|
@match monsters|yes|yeah
|
||||||
They were actually after the magic items in the top of the other tower...
|
They were actually after the magic items in the top of the other tower...
|
||||||
@match items|magic
|
@match items|magic
|
||||||
There is a large store of magic items in the other tower.
|
There is a large store of magic items in the other tower.
|
||||||
|
@match hello|hi|already
|
||||||
|
Hello. You seem to have expected I would be trapped deeper in the tower with the monsters, no?
|
||||||
|
@match *
|
||||||
|
Oh, thank you for saving me from the monsters.
|
||||||
endmsg
|
endmsg
|
||||||
x 20
|
x 20
|
||||||
y 18
|
y 18
|
||||||
|
|
Loading…
Reference in New Issue