summaryrefslogtreecommitdiff
path: root/npc/002-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-31 16:54:24 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-31 16:54:24 -0300
commit02f9f13bda976e9afd38436ef56c2a81d09ef9fe (patch)
tree03aa0ba7fda87d203e751f07cb768ae0d02193ff /npc/002-3
parent948a3bb78bda9b3152f0b0b395d5681330572ca8 (diff)
downloadserverdata-02f9f13bda976e9afd38436ef56c2a81d09ef9fe.tar.gz
serverdata-02f9f13bda976e9afd38436ef56c2a81d09ef9fe.tar.bz2
serverdata-02f9f13bda976e9afd38436ef56c2a81d09ef9fe.tar.xz
serverdata-02f9f13bda976e9afd38436ef56c2a81d09ef9fe.zip
Remove selectd (unused function)
Diffstat (limited to 'npc/002-3')
-rw-r--r--npc/002-3/juliet.txt2
-rw-r--r--npc/002-3/note.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/002-3/juliet.txt b/npc/002-3/juliet.txt
index 2a9888b73..877c48acc 100644
--- a/npc/002-3/juliet.txt
+++ b/npc/002-3/juliet.txt
@@ -144,7 +144,7 @@
.@q3 = getq(ShipQuests_Nard);
.@q4 = getq(General_Narrator);
- selectd
+ select
l("I am hungry. Can I buy some food here?"),
rif(getskilllv(NV_BASIC) < 6, l("Something is wrong with me, I can't smile nor sit.")),
lg("I made a mistake, I would like to change my language."),
diff --git a/npc/002-3/note.txt b/npc/002-3/note.txt
index 5306381c6..2b7cde99c 100644
--- a/npc/002-3/note.txt
+++ b/npc/002-3/note.txt
@@ -14,7 +14,7 @@
l("The La Johanne always have interesting notes.");
do {
- selectd
+ select
l("Read the Rules."),
l("Read the News."),
l("Leave.");