Hi all,
first off, thanks everyone involved here, been ghosting this site on and off for a while, never really took much interest till now, but this is one hell of a resource and a great example of what happens when people combine their energy and cooperate
.
So, in my mission, there are two enemy groups, enemyGrp1 and enemyGr2 which are both attempting to escape, and you have to kill them both...
So, i have two triggers, I think from memory, the condition I wrote was:
not( alive enemyGrp1)
;on activation of this trigger
grp1dead=true
(Would that work? I dont know, but whatever I have works), and same for the trigger that detects whether group2 is alive.
Now, the issue is that, I want a win trigger, I want the condition to be that, when grp1dead = true, AND grp2dead=true, then, its victory for the player,
but I JUST CANT remember how to write this. I have been trying the followig:
Condition: grp1dead=true AND grp2dead=true
Condition: grp1dead AND grp2dead ,even:
Condition: IS(grp1dead) AND (grp2dead) (do i look dumb enough yet?!
)
etc...but I just cant remember how to do it..
Ive finished the cutscenes, and Im all ready to rock, if I can just sort out the victory condition, soon I can post mission for beta-testing once I sort this out...
Can someone pls help me??
Much appreciated,
funkster.
--------------------------------------------------------------------------------------------
Edit: (Sorry this is going on so long!!)
ALso, I just got general barron's editor upgrade, but still, I cant find the models I want which are destroyed A10 models. Is there anyway I can access all the destroyed vehicle models?........
--------------------------------------------------------------------------------------------
2nd edit: How do I take screenshots?