summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/001-1/_import.txt1
-rw-r--r--npc/001-1/pious.txt17
2 files changed, 18 insertions, 0 deletions
diff --git a/npc/001-1/_import.txt b/npc/001-1/_import.txt
index bc76ba54..bf001874 100644
--- a/npc/001-1/_import.txt
+++ b/npc/001-1/_import.txt
@@ -23,3 +23,4 @@ npc: npc/001-1/treeleaf.txt
npc: npc/001-1/trozz.txt
npc: npc/001-1/xilaxa.txt
npc: npc/001-1/trees.txt
+npc: npc/001-1/pious.txt
diff --git a/npc/001-1/pious.txt b/npc/001-1/pious.txt
new file mode 100644
index 00000000..668145fd
--- /dev/null
+++ b/npc/001-1/pious.txt
@@ -0,0 +1,17 @@
+// Evol scripts.
+// Author:
+// Travolta
+// Description:
+// Pious on Market
+// Variables:
+// none
+
+
+001-1,55,119,0 script #MarketPiou1 NPC_MARKET_PIOU,{
+ end;
+
+OnInit:
+ setnpcsex G_OTHER;
+ setnpcdistance 2;
+ end;
+}