If Jakob is using modular scripting in his game, what is he doing?

He is creating a script and attaching it to two other characters
He is creating a script in two programming languages
He is creating one script to handle all of the behavior in his game
He is creating a script for one specific characters

He is creating one script to handle all of the behavior in his game

He is creating one script to handle all of the behavior in his game.

If Jakob is using modular scripting in his game, it means he is creating one script to handle all of the behavior in his game.

Modular scripting is an approach to programming where functionality is divided into separate modules or components, each responsible for a specific task. In this case, Jakob is creating a script that contains different modules for handling various aspects of the game, such as character movement, enemy behavior, or item interactions. This allows for better organization and greater flexibility, as each module can be easily modified or replaced without affecting the entire script.