summaryrefslogtreecommitdiff
path: root/npc/006-4-1/painting.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-17 00:59:32 -0300
committerJesusaves <cpntb1@ymail.com>2020-04-17 00:59:32 -0300
commit71ca63db4d154e34a2124c047e53ece1e8cc1dcd (patch)
treecc38304a9cbe96eb277d1d931b409ccf91afe62a /npc/006-4-1/painting.txt
parent7577a9babf553929845d97d0555114a76ffe887d (diff)
downloadserverdata-71ca63db4d154e34a2124c047e53ece1e8cc1dcd.tar.gz
serverdata-71ca63db4d154e34a2124c047e53ece1e8cc1dcd.tar.bz2
serverdata-71ca63db4d154e34a2124c047e53ece1e8cc1dcd.tar.xz
serverdata-71ca63db4d154e34a2124c047e53ece1e8cc1dcd.zip
Updates to Abandoned Island
Diffstat (limited to 'npc/006-4-1/painting.txt')
-rw-r--r--npc/006-4-1/painting.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/npc/006-4-1/painting.txt b/npc/006-4-1/painting.txt
new file mode 100644
index 000000000..8a3cfb1d5
--- /dev/null
+++ b/npc/006-4-1/painting.txt
@@ -0,0 +1,32 @@
+// TMW2 Script
+// Author:
+// Jesusalva
+
+006-4-1,59,29,0 script #jakPortrait1 NPC_NO_SPRITE,{
+ .@q=getq(General_EasterEggs);
+
+ if (!(.@q & EE_JAK1)) {
+ setq General_EasterEggs, .@q|EE_JAK1;
+ dispbottom l("For finding an Easter Egg, you got Strange Coins!");
+ getitem StrangeCoin, 1;
+ }
+ mesc ".:: " + l("Researcher Jak's Residence") + " ::.";
+ mes "";
+ mesc l("And his sister,");
+ mes "";
+ mesc ".:: " + l("Researcher Alyta's Residence") + " ::.";
+ close;
+
+OnInit:
+ .distance=2;
+ end;
+}
+
+006-4-1,24,53,0 script #jakWestWind NPC_HIDDEN,0,0,{
+ end;
+
+OnTouch:
+ dispbottom l("This passage is still sealed.");
+ end;
+}
+