If Jakob is using modular scripting in his game, what is he doing? (1 point) Responses He is creating a script and attaching it to two other characters. He is creating a script and attaching it to two other characters. He is creating a script in two programming languages. He is creating a script in two programming languages. He is creating one script to handle all of the behaviors in his game. He is creating one script to handle all of the behaviors in his game. He is creating a script for one specific character. He is creating a script for one specific character.

1 answer

If Jakob is using modular scripting in his game, he is likely "creating one script to handle all of the behaviors in his game." Modular scripting typically involves breaking down scripts into reusable modules that can manage different functionalities or behaviors, allowing for more organized and efficient coding.