summaryrefslogtreecommitdiff
path: root/npc/000-2-1
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2013-07-10 09:48:57 +0200
committerAlige <aligetmw@hotmail.fr>2013-07-10 09:52:41 +0200
commit88389c2cb20247d641417889d98fc7493d336463 (patch)
treedbf4fc99bcead42bd142a77e0915d83063037b42 /npc/000-2-1
parent0c6df6d490c4f0cfa027d5fe1a9998294b35bcb3 (diff)
downloadserverdata-88389c2cb20247d641417889d98fc7493d336463.tar.gz
serverdata-88389c2cb20247d641417889d98fc7493d336463.tar.bz2
serverdata-88389c2cb20247d641417889d98fc7493d336463.tar.xz
serverdata-88389c2cb20247d641417889d98fc7493d336463.zip
Updated npctalk strings and added an asleep script, doing basically the same thing as the goodbye script.
Diffstat (limited to 'npc/000-2-1')
-rw-r--r--npc/000-2-1/chest.txt4
-rw-r--r--npc/000-2-1/devis.txt15
-rw-r--r--npc/000-2-1/q'onan.txt16
3 files changed, 7 insertions, 28 deletions
diff --git a/npc/000-2-1/chest.txt b/npc/000-2-1/chest.txt
index bc57dcac..e409fa7d 100644
--- a/npc/000-2-1/chest.txt
+++ b/npc/000-2-1/chest.txt
@@ -30,7 +30,7 @@ l_Give:
setq ShipQuests_Arpan, 2;
getitem "CreasedShirt", 1;
getitem "CreasedShorts", 1;
- npctalk3 "You take the clothes from the chest.";
+ npctalk3 l("You take the clothes from the chest.");
goto l_Quit;
OnTimer220:
@@ -40,7 +40,7 @@ OnTimer220:
end;
l_Talk:
- npctalk3 "You should talk to Magic Arpan first.";
+ npctalk3 l("You should talk to Magic Arpan first.");
close;
diff --git a/npc/000-2-1/devis.txt b/npc/000-2-1/devis.txt
index 6973735a..3e782cf8 100644
--- a/npc/000-2-1/devis.txt
+++ b/npc/000-2-1/devis.txt
@@ -1,5 +1,6 @@
// Evol scripts.
// Authors:
+// Alige
// Reid
// Vasily_Makarov
// Description:
@@ -7,18 +8,6 @@
000-2-1.gat,32,38,0,1 script Devis 310;2,{
- set @q, rand(2);
- if (@q == 0) goto l_Zzz;
+ callfunc "Asleep";
- goto l_Grm;
-
-l_Zzz:
- npctalk3 "Zzzzzzzzz";
-
- close;
-
-l_Grm:
- npctalk3 "Ggrmm... Grmmmm...";
-
- close;
}
diff --git a/npc/000-2-1/q'onan.txt b/npc/000-2-1/q'onan.txt
index 8f5dbb03..a2bf4546 100644
--- a/npc/000-2-1/q'onan.txt
+++ b/npc/000-2-1/q'onan.txt
@@ -1,22 +1,12 @@
// Evol scripts.
-// Author:
+// Authors:
+// Alige
// Vasily_Makarov
// Description:
// Sleeping and snoring NPC.
000-2-1.gat,53,38,0,1 script Q'Onan 302;2,{
- set @q, rand(2);
- if (@q == 0) goto l_Zzz;
-
- npctalk "Rrrr... Pchhhh...";
-
- close;
-
-l_Zzz:
-
- npctalk3 "Zzzzzzzzz";
-
- close;
+ callfunc "Asleep";
}