This Mod is a template for other modders for a Narrator that talks over every action you do in game. For now, you have a basic narrator and a few audio files for certain actions. But you can add more to it. =D
Here is how you can do it:
Here is how you can do it:
- Duplicate and change the following code's name and filename
- Duplicate the following code and change the
on_narrator#_action
by changing the number up by 1. Then for every if then else that helps randomize the audio, add an end for the amount of audio you have. (EXAMPLE:
Code:end end end end --- 3 randomized audio files = 3 end marks end --- ends the end codes
- Repeat the process with different m.action == actions. =)
No credit is needed to use the mods code and any questions can be asked in the comments.