Added close3 script command (#7439)

Thanks to @aleos89 @Lemongrass3110 @vstumpf !
This commit is contained in:
Atemo
2022-11-18 15:39:00 +01:00
committed by GitHub
parent eb8587f5b5
commit 526a3fa048
5 changed files with 18 additions and 11 deletions

View File

@@ -2286,6 +2286,8 @@ bool npc_scriptcont(struct map_session_data* sd, int id, bool closing){
// close
case CLOSE:
sd->st->state = END;
if (sd->st->clear_cutin)
clif_cutin(sd,"",255);
break;
// close2
case STOP: