- Joined
- Jan 22, 2020
- Messages
- 44
- Reaction score
- 9
- First Language
- English
- Primarily Uses
- RMMV
Hello! So, I'm using MOGHunter's BattleCry Plugin, and well, I've come to an issue that I'm sure is extremely easy to fix, but considering I have no knowledge on Java Script, or whatever it is, I have no idea what to do! I'll let the Screenshots do all the talking!

So this is the default script for MOGHunter's BattleCry Plugin. I requires an Actor ID, Skill ID, and Sound File. Well, I got the Actor ID just fine, the Actors being 8, 2, 13 and 7 (Weird order, I know). But from the way I can tell, this only has limited Skill Slots for the Actor. I'm sure you can add Skills, but I'd rather not have to do that.
Thing is, I would like the Actor to use his Voice Lines for every Skill within the game without having to make over 30 Scripts. So instead of Skill IDs 9 and 10, it would be every single ID within the Skill List.
And so, I tried following the other Scripts, such as Damage, which were straight forward. I edited the Script for Skills like this:

Now it matches the rest of the Scripts (besides Items, which is the same as Skills before the edit). Though, it doesn't seem to work still, which is why I'm here! Is there a way to have Actors say their Lines for every Skill, rather than having to list them all? By the way! I saved a Copy before the edit, so if I need it, I'll go back to it! Cheers!

So this is the default script for MOGHunter's BattleCry Plugin. I requires an Actor ID, Skill ID, and Sound File. Well, I got the Actor ID just fine, the Actors being 8, 2, 13 and 7 (Weird order, I know). But from the way I can tell, this only has limited Skill Slots for the Actor. I'm sure you can add Skills, but I'd rather not have to do that.
Thing is, I would like the Actor to use his Voice Lines for every Skill within the game without having to make over 30 Scripts. So instead of Skill IDs 9 and 10, it would be every single ID within the Skill List.
And so, I tried following the other Scripts, such as Damage, which were straight forward. I edited the Script for Skills like this:

Now it matches the rest of the Scripts (besides Items, which is the same as Skills before the edit). Though, it doesn't seem to work still, which is why I'm here! Is there a way to have Actors say their Lines for every Skill, rather than having to list them all? By the way! I saved a Copy before the edit, so if I need it, I'll go back to it! Cheers!

