If you want account-based quests, replace the permanent character variables with account variables. If you want all characters to be able to take quests simultaneously, replace all account variables with permanent character variables. In both cases, remove this check:
if (#Mission_Count) {
mes "You've started a mission";
mes "on another character.";
close;
}