From 47f790759ea3ea56d31e000bc3f3b7f142ee802d Mon Sep 17 00:00:00 2001 From: wushin Date: Fri, 11 Apr 2014 14:32:22 -0500 Subject: Npcs remaining script fixes Npcs changed for travel Npcs changed for new maps Npcs changed for basic crypts --- world/map/npc/021-2/government_building.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'world/map/npc/021-2/government_building.txt') diff --git a/world/map/npc/021-2/government_building.txt b/world/map/npc/021-2/government_building.txt index e0a8796b..abf01ccb 100644 --- a/world/map/npc/021-2/government_building.txt +++ b/world/map/npc/021-2/government_building.txt @@ -6,9 +6,6 @@ mes "[Estard]"; mes "\"Hello what can I do for you?\""; next; - goto L_main; - -L_main: if (getpartnerid2()) goto L_main_married; @@ -61,9 +58,11 @@ L_get_rings: if (Zeny < WEDDING_FEE) menu "Thanks anyways. I don't have enough with me.", L_Close; - menu - "I'll buy a pair.", L_get_rings_pay, - "Thanks anyways.", L_Close; + if (Zeny >= WEDDING_FEE) + menu + "I'll buy a pair.", L_get_rings_pay, + "Thanks anyways.", L_Close; + goto L_get_rings_pay; L_get_rings_pay: callsub S_give_rings; -- cgit v1.2.3-60-g2f50