Men of War: Assault Squad 2

Men of War: Assault Squad 2

A3Alex Jul 26, 2019 @ 6:44pm
Adding MP
Does anybody know how you add MP to player? The only thing I found was the mp_event command however I couldn't figure out how it worked
< >
Showing 1-3 of 3 comments
Tjdagger Jul 27, 2019 @ 3:08am 
Hi A3Alex,
I assume your talking about the "mp" points used to buy reinforcements, and I assume your using the editor to make a mission.

To setup your starting mp points for a mission you press F9 while in F3 mode to bring up the mission properties box. Here you select "reinforcements" and from there can set the "scoreTotal" (which is the most mp a player can have) and the current. And the scoreCurrent will be the amount of mp the player starts the mission with.

During your mission you use the "reinforcement" command found under "other". You can use this command to "show" and "hide" reinforcement buttons as well as "score_add" and "score_total".

A typical method to add mp/score is to create a trigger with no conditions just a "reinforcement" command adding 1 score, a short "delay" command of 1 and a "trigger" command to turn the trigger off. This would add one mp point per second.

Of course you can come with many other scenarios with trigger conditions to give mp to the player using the reinforcement command.

Hope that helps you out.
A3Alex Jul 31, 2019 @ 6:45pm 
Thanks for the help
Brownbear Jan 7, 2021 @ 12:20pm 
Originally posted by Tjdagger:
Hi A3Alex,
I assume your talking about the "mp" points used to buy reinforcements, and I assume your using the editor to make a mission.

To setup your starting mp points for a mission you press F9 while in F3 mode to bring up the mission properties box. Here you select "reinforcements" and from there can set the "scoreTotal" (which is the most mp a player can have) and the current. And the scoreCurrent will be the amount of mp the player starts the mission with.

During your mission you use the "reinforcement" command found under "other". You can use this command to "show" and "hide" reinforcement buttons as well as "score_add" and "score_total".

A typical method to add mp/score is to create a trigger with no conditions just a "reinforcement" command adding 1 score, a short "delay" command of 1 and a "trigger" command to turn the trigger off. This would add one mp point per second.

Of course you can come with many other scenarios with trigger conditions to give mp to the player using the reinforcement command.

Hope that helps you out.
How would I add MP everytime an enemy unit dies?
< >
Showing 1-3 of 3 comments
Per page: 1530 50

Date Posted: Jul 26, 2019 @ 6:44pm
Posts: 3