From c0ba38cd4b68491e28e467889804ebc09c9c002e Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 2 Apr 2014 11:06:32 -0700 Subject: Clean up main scripts --- world/map/npc/functions/evil_obelisk.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'world/map/npc/functions/evil_obelisk.txt') diff --git a/world/map/npc/functions/evil_obelisk.txt b/world/map/npc/functions/evil_obelisk.txt index 0875abb5..328e875b 100644 --- a/world/map/npc/functions/evil_obelisk.txt +++ b/world/map/npc/functions/evil_obelisk.txt @@ -11,13 +11,12 @@ function|script|EvilObelisk|, set @cost_snake, 2500; menu - "Don't pay it anything.", -, + "Don't pay it anything.", L_Close, "Pay it " + @cost_jacko + " gold.", L_JACKO, "Pay it " + @cost_gy1 + " gold.", L_GRAVEYARD1, "Pay it " + @cost_gy2 + " gold.", L_GRAVEYARD2, "Pay it " + @cost_skull + " gold.", L_SKULL, "Pay it " + @cost_snake + " gold.", L_SNAKE; - goto L_Close; L_JACKO: if (Zeny < @cost_jacko) -- cgit v1.2.3-60-g2f50