From 1616d06389ab6ac67c6926246c2d821942d7999c Mon Sep 17 00:00:00 2001 From: cafe Date: Mon, 9 Jan 2012 21:05:51 -0200 Subject: Change usage of close; to end; when the player is not attached. Fix variable name in some cases, which should contain $ at the end. --- npc/000-2-1/peter.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt index f558387f..6e05f29e 100644 --- a/npc/000-2-1/peter.txt +++ b/npc/000-2-1/peter.txt @@ -125,12 +125,12 @@ menu lg("Okay, I'm ready to work!"), -, l("What? This reward is too small!"), l_Close; - if ($@RAT_SAILOR_HELPER != "") goto OnDontNeedHelp; + if ($@RAT_SAILOR_HELPER$ != "") goto OnDontNeedHelp; seta4 ShipQuests, ShipQuests_Peter, 2; goto l_Start; l_Task: - if ($@RAT_SAILOR_HELPER != "") goto OnDontNeedHelp; + if ($@RAT_SAILOR_HELPER$ != "") goto OnDontNeedHelp; seta4 ShipQuests, ShipQuests_Peter, 1; goto l_Start; @@ -158,7 +158,7 @@ l_KillHelper: set $@RAT_SAILOR_HELPER$, ""; - close; + end; l_Reward: mesn; -- cgit v1.2.3-70-g09d2