summaryrefslogtreecommitdiff
path: root/npc/020-7-1/peetu.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-18 20:59:24 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-18 20:59:24 -0300
commitfbed4a4d281a466f0a76b0dccd21e6f85f610543 (patch)
tree3a40908f7fd6649519cefd0edd08b37cbc723d1c /npc/020-7-1/peetu.txt
parent67887f4b5753ed0d03743153a506fd18015b731e (diff)
downloadserverdata-fbed4a4d281a466f0a76b0dccd21e6f85f610543.tar.gz
serverdata-fbed4a4d281a466f0a76b0dccd21e6f85f610543.tar.bz2
serverdata-fbed4a4d281a466f0a76b0dccd21e6f85f610543.tar.xz
serverdata-fbed4a4d281a466f0a76b0dccd21e6f85f610543.zip
Peetu's placeholder + distance and gender to staff
Diffstat (limited to 'npc/020-7-1/peetu.txt')
-rw-r--r--npc/020-7-1/peetu.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/npc/020-7-1/peetu.txt b/npc/020-7-1/peetu.txt
new file mode 100644
index 000000000..68cf26e46
--- /dev/null
+++ b/npc/020-7-1/peetu.txt
@@ -0,0 +1,18 @@
+// TMW2 scripts.
+// Authors:
+// Jesusalva
+// TMW Org.
+// Description:
+// Peetu
+
+020-7-1,122,27,2 script Peetu NPC_BLUESAGEWORKER_MA,{
+ npctalk3 any(l("*sob sob*"), l("*crying*"));
+ end;
+
+OnInit:
+ .sex=G_MALE;
+ .distance=5;
+ npcsit;
+ end;
+}
+