diff options
Diffstat (limited to 'npc/other/guildpvp.txt')
-rw-r--r-- | npc/other/guildpvp.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/other/guildpvp.txt b/npc/other/guildpvp.txt index 34143b748..2afa86e8d 100644 --- a/npc/other/guildpvp.txt +++ b/npc/other/guildpvp.txt @@ -41,12 +41,13 @@ pvp_y_room,77,85,4 script Guild Battle Guide 105,{ mes "of Team "+.@j+". Are you ready"; mes "to be transported there now?"; next; - if(select("Yes:No")==2) { + if(select("Yes:No") == 2) { mes "[Guild Battle Guide]"; mes "Alright, I hope to"; mes "see you again on"; mes "the PvP fields!"; - close; } + close; + } mes "[Guild Battle Guide]"; mes "Great! Have a good time~"; close2; |