Fixes missing else case in pre-re Archer quest (#7856)
Co-authored-by: Aleos <aleos89@users.noreply.github.com> Co-authored-by: Daegaladh <Daegaladh@users.noreply.github.com>
This commit is contained in:
parent
a7ea96afa9
commit
10c78203ba
@ -117,10 +117,12 @@ payon_in02,64,71,4 script Archer Guildsman#archer 85,{
|
||||
close;
|
||||
}
|
||||
}
|
||||
mes "[Archer Guildsman]";
|
||||
mes "Well, alright.";
|
||||
mes "See you next time.";
|
||||
close;
|
||||
else {
|
||||
mes "[Archer Guildsman]";
|
||||
mes "Well, alright.";
|
||||
mes "See you next time.";
|
||||
close;
|
||||
}
|
||||
}
|
||||
mes "[Archer Guildsman]";
|
||||
mes "Are you..." + strcharinfo(0) + "?";
|
||||
|
Loading…
x
Reference in New Issue
Block a user