diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-11-19 15:00:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-11-19 15:00:31 -0300 |
commit | b6b247c908b397643f49b587847a77245a1cc42f (patch) | |
tree | 91a042a0d2a9735e2907bb4daec4c3b0dd368721 /npc | |
parent | bbb607cf8aafb7158a3c370f0570fc4671255406 (diff) | |
download | serverdata-jesusalva/contentIV.tar.gz serverdata-jesusalva/contentIV.tar.bz2 serverdata-jesusalva/contentIV.tar.xz serverdata-jesusalva/contentIV.zip |
Polish a bit Itka so she can become an useful NPC in futurejesusalva/contentIV
Diffstat (limited to 'npc')
-rw-r--r-- | npc/020-1/itka.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/npc/020-1/itka.txt b/npc/020-1/itka.txt index 679c1792..c332ee5f 100644 --- a/npc/020-1/itka.txt +++ b/npc/020-1/itka.txt @@ -10,6 +10,36 @@ l("Hi there."), l("Come to the bakery! Come to the Market! Come to Prison!"), l("I will improve, promised. Come to the Academy! Come to Oasis!"); + do + { + next; + select + l("Where is the bakery?"), + l("Where is the market?"), + l("Where is the prison?"), + l("Where is the academy?"), + l("Where is the oasis?"), + l("Why are you doing this?"), + l("Okay... Spammy little girl."); + mes ""; + switch (@menu) { + case 1: + case 2: + case 3: + case 4: + case 5: + mesn; + mesq l("I don't know! %%Q"); + break; + case 6: + mesn; + mesq l("To pay my studies!"); + break; + default: + close; + break; + } + } while (true); close; OnInit: |