diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-11 17:29:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-11 17:29:09 +0300 |
commit | 1bf8ee4301283ca03f1acae775352e5933f65d38 (patch) | |
tree | 1220ffa3ddb0748e885cc5303f842d4dd055ddce /npc/000-1/sapartan.txt | |
parent | 22f450fb08a58d446335d210f6a46da330de8625 (diff) | |
download | serverdata-1bf8ee4301283ca03f1acae775352e5933f65d38.tar.gz serverdata-1bf8ee4301283ca03f1acae775352e5933f65d38.tar.bz2 serverdata-1bf8ee4301283ca03f1acae775352e5933f65d38.tar.xz serverdata-1bf8ee4301283ca03f1acae775352e5933f65d38.zip |
Replace trivial menu invokes without labels to select.
Diffstat (limited to 'npc/000-1/sapartan.txt')
-rw-r--r-- | npc/000-1/sapartan.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-1/sapartan.txt b/npc/000-1/sapartan.txt index fab65396..60ff312d 100644 --- a/npc/000-1/sapartan.txt +++ b/npc/000-1/sapartan.txt @@ -33,8 +33,8 @@ mesq l("But remember that not every place in this world is peaceful and safe nowadays. Even the white shores you are walking on can hide some dangerous beings."); next; - menu - l("What danger?! Where?!"), -; + select + l("What danger?! Where?!"); setcamnpc "Max"; mes ""; @@ -67,8 +67,8 @@ mesq l("Secondly, choose wisely which weapon is suited for you. Some people like to face their enemies closely with a heavy axe, others prefer to attack from a distance with a bow for example."); next; - menu - l("Yeah, well what's the difference?"), -; + select + l("Yeah, well what's the difference?"); mes ""; mesn; |