From 4406b26d8d636f73a4956170f2c9da8321021ef3 Mon Sep 17 00:00:00 2001 From: Reid Date: Mon, 9 Apr 2012 23:56:59 +0200 Subject: Add new savepoint in 000-2-1 map, Add fake savepoint in Nard's room. --- npc/000-2-3/_import.txt | 3 ++- npc/000-2-3/savepoint.txt | 31 +++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 npc/000-2-3/savepoint.txt (limited to 'npc/000-2-3') diff --git a/npc/000-2-3/_import.txt b/npc/000-2-3/_import.txt index cea912c0..f70330bd 100644 --- a/npc/000-2-3/_import.txt +++ b/npc/000-2-3/_import.txt @@ -4,4 +4,5 @@ npc: npc/000-2-3/_warps.txt npc: npc/000-2-3/piousrocket.txt npc: npc/000-2-3/sailors.txt npc: npc/000-2-3/elmo.txt -npc: npc/000-2-3/nard.txt \ No newline at end of file +npc: npc/000-2-3/nard.txt +npc: npc/000-2-3/savepoint.txt \ No newline at end of file diff --git a/npc/000-2-3/savepoint.txt b/npc/000-2-3/savepoint.txt new file mode 100644 index 00000000..a6a96f66 --- /dev/null +++ b/npc/000-2-3/savepoint.txt @@ -0,0 +1,31 @@ +// Evol scripts. +// Authors: +// Reid +// Description: +// Fake save point in nard's room. + +000-2-3.gat,28,24,0,2 script #name 999,{ + + mesn "Narrator"; + mes col(l("There is a nice place to stay beside you."), 9); + next; + mes col(l("What do you wish to do?"), 9); + next; + + menu + l("Take a nap"), -, + l("Nothing"), L_Return; + + mes " "; + mesn "Narrator"; + mes col(l("You close your eyes some seconds..."), 9); + next; + mes col(l("..."), 9); + next; + mesn "Nard"; + mesq l("Hey, you can't sleep here, it's my room."); + +L_Return: + close; + +} -- cgit v1.2.3-70-g09d2