summaryrefslogtreecommitdiff
path: root/npc/000-2-1/knife.txt
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-01-29 21:30:07 +0100
committerSaulc <lucashelaine14@gmail.com>2018-01-29 21:30:07 +0100
commitf81c9bf29573c5aed48ece46165a55b9dbe19e21 (patch)
treed67648668c78be0a3c96e0ff165c69e38b2de14c /npc/000-2-1/knife.txt
parenta78a682dd267a326b8414611829d7f8799edf0dd (diff)
downloadserverdata-f81c9bf29573c5aed48ece46165a55b9dbe19e21.tar.gz
serverdata-f81c9bf29573c5aed48ece46165a55b9dbe19e21.tar.bz2
serverdata-f81c9bf29573c5aed48ece46165a55b9dbe19e21.tar.xz
serverdata-f81c9bf29573c5aed48ece46165a55b9dbe19e21.zip
change npc script
Diffstat (limited to 'npc/000-2-1/knife.txt')
-rw-r--r--npc/000-2-1/knife.txt15
1 files changed, 8 insertions, 7 deletions
diff --git a/npc/000-2-1/knife.txt b/npc/000-2-1/knife.txt
index d8d1d54ad..6fe6ea55a 100644
--- a/npc/000-2-1/knife.txt
+++ b/npc/000-2-1/knife.txt
@@ -1,6 +1,7 @@
// Evol scripts.
// Authors:
-// Ablu
+// Ablu
+// Saulc
// Qwerty Dragon
// Description:
// Knife on the table.
@@ -15,22 +16,22 @@
if (.@q) close;
mesn "Narrator";
- mes col(l("There are some knives on the table. Would you like to take one?"), 9);
+ mes col(l("There are some old rusty knives on the table. Would you like to take one?"), 9);
next;
menu
- l("Yes."), L_Give,
- l("No."), -;
-
+ l("Yeah !."), L_Give,
+ l("Na."), -;
+
closedialog;
close;
L_Give:
mes "";
- inventoryplace Knife, 1;
+ inventoryplace RustyKnife, 1;
setq ShipQuests_Knife, 1;
- getitem Knife, 1;
+ getitem RustyKnife, 1;
mesn "Narrator";
mes col(l("To open your inventory, use the F3 key or use your mouse to select it in the above menu in your client."), 9);