From 30aac859d7ba24592baa21c5da678e6a440d485f Mon Sep 17 00:00:00 2001 From: Micksha Date: Fri, 29 Mar 2019 16:15:00 +0000 Subject: add the flag npc for unmounting locations in Artis --- npc/001-1/flags.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 npc/001-1/flags.txt (limited to 'npc') diff --git a/npc/001-1/flags.txt b/npc/001-1/flags.txt new file mode 100644 index 00000000..10ebf3c4 --- /dev/null +++ b/npc/001-1/flags.txt @@ -0,0 +1,25 @@ +// Evol scripts. +// Author: +// Micksha +// Description: +// The flags supposed to mark Rowboat unmounting spots in Artis +// THIS IS A PLACEHOLDER! + +001-1,200,63,0 script Flag#1 NPC_FLAG_L,{ + OnTouch: + narrator S_LAST_NEXT, + l("You see a suspicious greenish flag. It reminds you of something you seem to have forgotten."); +} + +001-1,27,101,0 script Flag#2 NPC_FLAG_R,{ + OnTouch: + narrator S_LAST_NEXT, + l("You see a suspicious greenish flag. It reminds you of something you seem to have forgotten."); +} + +001-1,68,139,0 script Flag#3 NPC_FLAG_R,{ + OnTouch: + narrator S_LAST_NEXT, + l("You see a suspicious greenish flag. It reminds you of something you seem to have forgotten."); +} + -- cgit v1.2.3-70-g09d2