diff options
author | Reid <reidyaro@gmail.com> | 2012-10-02 23:58:38 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-10-02 23:58:38 +0200 |
commit | ff918455696b56965ecc17242555f0a4a8f01f4e (patch) | |
tree | 4418910fb8907c9e3a0ba80acb4ae6c2f5e9b732 /npc | |
parent | 5e14e966f38d3de0b7d58b5a8c0150e790747167 (diff) | |
download | serverdata-ff918455696b56965ecc17242555f0a4a8f01f4e.tar.gz serverdata-ff918455696b56965ecc17242555f0a4a8f01f4e.tar.bz2 serverdata-ff918455696b56965ecc17242555f0a4a8f01f4e.tar.xz serverdata-ff918455696b56965ecc17242555f0a4a8f01f4e.zip |
Add setcamnpc on gugli script.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/gugli.txt | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt index 389eab01..d9bb0dd4 100644 --- a/npc/000-1/gugli.txt +++ b/npc/000-1/gugli.txt @@ -108,29 +108,45 @@ l_Location: set @r, rand(3000)/1000; if (@r == 1) goto l_Silvio; - if (@r == 2) goto l_Darlin; + if (@r == 2) goto l_Lean; + setcamnpc "Sapartan"; mesq l("Max and Sapartan for example?"); + next; + + restorecam; close; l_Silvio: + setcamnpc "Silvio"; mesq l("Silvio for example?"); + next; + + restorecam; close; -l_Darlin: - mesq l("Darlin for example?"); +l_Lean: + setcamnpc "Lean"; + mesq l("Lean for example?"); + next; + + restorecam; close; l_TaskDone: mesq l("Well done! Now the ship is ready to sail again!"); next; - mesq l("You should inform Nard about that. He will be enthusiastic."); + mesq l("You should inform Nard about the progress of the load of the merchandise. He will be enthusiastic."); setq ShipQuests_Gugli, 2; next; l_TaskCompleted: mesq l("You are now part of this crew... At least for us down here!"); + next; + mesq l("You should inform Nard about the progress of the load of the merchandise. He will be enthusiastic."); + next; + mesq l("Say him that everything went fine, and that we're almost done with the foods."); close; |