Added close3 script command (#7439)
Thanks to @aleos89 @Lemongrass3110 @vstumpf !
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user