LawrenceA wrote:
does anyone know how to put a PVAR in an objective?
i.e. whenever a particular PVAR changes the value can be seen changed aswell in the top left corner.
I want to make a mission where for every time you die, you get 1 added to your side PVAR and each sides PVAR count will be visible in the top left corner.
In a new Set Objective action:
Set Side1's mission objective to "Number of Deaths: {Side1DeathCount}"
Create a DeathCount PVAR for each side and you should be good.