summaryrefslogtreecommitdiff
path: root/npc/006-2-1/chirp.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/006-2-1/chirp.txt')
-rw-r--r--npc/006-2-1/chirp.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/006-2-1/chirp.txt b/npc/006-2-1/chirp.txt
new file mode 100644
index 000000000..3b0f146da
--- /dev/null
+++ b/npc/006-2-1/chirp.txt
@@ -0,0 +1,15 @@
+// TMW-2 Script.
+// Author:
+// +Seeds
+// Jesusalva
+
+006-2-1,41,66,0 script Chirp NPC_PIOU_BANKER,{
+ Banker(.name$, "Piou Isles", 8000);
+ close;
+
+OnInit:
+ .sex = OTHER;
+ .distance = 4;
+ end;
+}
+