summaryrefslogtreecommitdiff
path: root/npc/000-2-0/note.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-0/note.txt')
-rw-r--r--npc/000-2-0/note.txt40
1 files changed, 20 insertions, 20 deletions
diff --git a/npc/000-2-0/note.txt b/npc/000-2-0/note.txt
index cc6fde64..638aae84 100644
--- a/npc/000-2-0/note.txt
+++ b/npc/000-2-0/note.txt
@@ -1,12 +1,12 @@
-// Evol scripts.
-// Authors:
+// Evol scripts.
+// Authors:
// Reid
-// WildX
-// Description:
-// A small note presenting the 6 main rules of Evol Online.
-
-000-2-0.gat,29,25,0 script Note 999;2,{
-
+// WildX
+// Description:
+// A small note presenting the 6 main rules of Evol Online.
+
+000-2-0.gat,29,25,0 script Note 999;2,{
+
mesn "Narrator";
mes col(l("There is a paper with some rules written on it."), 9);
next;
@@ -20,16 +20,16 @@
next;
mesq col(l("5. Do not speak any other language than English in public areas. You are free to speak any language you want in private chats or when alone with friends."), 9);
next;
- mesq col(l("6. Follow the social convention listed on the RFC1855 article."), 9);
- next;
- mes col(l("Following these lines are some other writings on this paper."), 9);
- next;
- mesq col(l("Do not give the password of your room to anybody! Keep it secret and try not to use the same one in any other room in the future. - Julia"), 9);
- next;
- mesq col(l("Does somebody know a good place to hang out in Esperia? - M. Arpan"), 9);
- next;
- mes col(l("Other things are written down but are not legible."), 9);
-
- close;
-
+ mesq col(l("6. Follow the social convention listed on the RFC1855 article."), 9);
+ next;
+ mes col(l("Following these lines are some other writings on this paper."), 9);
+ next;
+ mesq col(l("Do not give the password of your room to anybody! Keep it secret and try not to use the same one in any other room in the future. - Julia"), 9);
+ next;
+ mesq col(l("Does somebody know a good place to hang out in Esperia? - M. Arpan"), 9);
+ next;
+ mes col(l("Other things are written down but are not legible."), 9);
+
+ close;
+
}