Jump to content
Sign in to follow this  
Guest

My mission won't end [Multiplayer]

Recommended Posts

Guest

My mission won't end when I use a trigger with #END1.

For example, one senario where it should end is:

ACTIVATION
none
CONDITION
!alive unitname;
ON ACT
forceEnd;
TYPE
#end1

If I go and kill that unit, nothing happens and mission doesn't end. I have not made a multiplayer mission before (only single player). Is there something that has to be done different for mp?

Edited by Guest

Share this post


Link to post
Share on other sites

The semi-colons may be messing with things. forceEnd / type END1 are redundant, you can leave the 'on activation' blank.

Share this post


Link to post
Share on other sites
Guest

So if forceEnd and END1 are redundent, whats the new way to end a mission?

Share this post


Link to post
Share on other sites

Just use the END #1 form the drop down that is all you need so just take out ON ACT

forceEnd;

then try it should work and make sure unitname is unitname for your Guy :)

Share this post


Link to post
Share on other sites
So if forceEnd and END1 are redundent, whats the new way to end a mission?

I meant redundant - as in you only need one or the other. Sorry.

Share this post


Link to post
Share on other sites
Guest

hmm.. This is weird, It still won't end even when I take out the forceEnd;:confused:

I have quite a few end triggers in my mission and not one of them work...

Share this post


Link to post
Share on other sites

Why do you have a ; in your condition?? Not sure if it causes problems or not, but it shouldn't be there.

In any case, does it work in single player and just fails in multiplayer?

Share this post


Link to post
Share on other sites
Guest

It doesn't work in either single player or MP. This is weird... I've never had problems with end triggers before.

Share this post


Link to post
Share on other sites

Condition:

!Alive bob

Act:

Type:

END 1

This works fine for me in SP and MP.

From my sqm:

class Item7

{

position[]={5491.2988,59.340042,4227.8433};

a=0;

b=0;

activationBy="WEST";

interruptable=1;

type="END1";

age="UNKNOWN";

expCond="!Alive bob";

class Effects

{

};

};

Share this post


Link to post
Share on other sites

I have exactly the same problem but with a twist, in the normal mission editor (the one you access from single player -> editor), ForceEnd; works fine. In the 3D editor (pressing alt+e at the start screen) it doesnt work. Even if I try all of the solutions above it just will not work. Is this a bug with the 3d editor? Ive updated to 1.59 recently, but im new to editing. I would appreciate any help with this!

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×