summaryrefslogtreecommitdiff
path: root/npc/006-4-1/painting.txt
diff options
context:
space:
mode:
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;
+}
+