diff options
author | Reid <reidyaro@gmail.com> | 2012-10-29 00:30:29 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-10-29 00:30:29 +0100 |
commit | ff0224f10fb21a83b03833d71c04bb6fae95bfd2 (patch) | |
tree | a4e920da758bf0291de950e056e73e7ffb32745d /npc/000-2-3/box.txt | |
parent | d6cb9f3c23612e98a81c541f6ac1cd138524d318 (diff) | |
download | serverdata-ff0224f10fb21a83b03833d71c04bb6fae95bfd2.tar.gz serverdata-ff0224f10fb21a83b03833d71c04bb6fae95bfd2.tar.bz2 serverdata-ff0224f10fb21a83b03833d71c04bb6fae95bfd2.tar.xz serverdata-ff0224f10fb21a83b03833d71c04bb6fae95bfd2.zip |
Add getitem 718 on nard's box script.
Diffstat (limited to 'npc/000-2-3/box.txt')
-rw-r--r-- | npc/000-2-3/box.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/000-2-3/box.txt b/npc/000-2-3/box.txt index 92e6f5657..7df7bf3ee 100644 --- a/npc/000-2-3/box.txt +++ b/npc/000-2-3/box.txt @@ -58,9 +58,13 @@ mesn "Nard"; mesq l("Great!"); next; - mesq l("Go outside and talk with Gugli, he will tell you what we need."); + mesq l("I give you this key, it opens any doors on this ship."); + next; + mesq l("Now go outside and talk with Gugli, he'll tell you what we need."); + next; setq ShipQuests_Nard, 1; + getitem "JohanneKey", 1; close; |