Mass Edit is a menu that allows you to mass modify a specific command (or more if you have programming experience) in Chapter or Scene.

 

Commands

You can select any Scene Command to modify.

 

Number Field

Modify a command's, for example Wait, number field.

 

 

Text Field

Modify a command's, for example Show Message, text field. It only changes the default language set.

Translations are unaffected and can only be edited in the Language Configuration tab.

 

 

Script

Use programming to create an in-depth condition or replacement, for example Regular Expressions, for the selected command. Internally, a JavaScript function is created containing your script code:

 

function(command) { Your Code is inserted here }

 

The function gets the current command as parameter. So you can check and modify the command in your script using local "command" variable. Check Visual Novel Maker's Data Formats documentation to get more info about how a command's data is structured.

 

Conditions

Set conditions for the mass edit.