summaryrefslogtreecommitdiff
path: root/npc/000-0
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-0')
-rw-r--r--npc/000-0/sailors.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt
index 3f9c1b9..0b682f3 100644
--- a/npc/000-0/sailors.txt
+++ b/npc/000-0/sailors.txt
@@ -23,9 +23,18 @@ OnTouch:
end;
}
// TODO: Check if you have a homeworld set
+ if (get_nibble(##00_INFO, 4) <= 1) {
+ mesc l(".:: ERROR ::."), 1;
+ mesc l("You must set a home world first. Then you will be able to use the Crossroads.");
+ next;
+ kick(getcharid(3), 5);
+ end;
+ }
+
// Set your language (WIP?)
asklanguage(LANG_ON_SEA);
+ clear;
mesc l("Welcome to..."), 3;