Jump to content
Sign in to follow this  
Drew

Need help with end Script/trigger

Recommended Posts

Hello, I need help with the End trigger, How do I get it to work correctly? I have waypoints set Move, Seek and Destroy, Move, Dismissed. and than I have a End Trigger #1 , fade screen black. and I have that syncronized with the dismissed waypoint. What am I doing wrong :( Please help.

Share this post


Link to post
Share on other sites

When you synchronize a trigger and a waypoint, it only makes it so that the waypoint won't be complete until the trigger is activated. Not the other way around.

Get rid of the synchronization. I assume you don't want to use objectives or any advanced conditions. Also, the dismissed waypoint doesn't end normally, so:

In the On Act field of the last Move waypoint:

DRW_dismissing = true;

Create a trigger.

Activation: None, once

Timeout: 5 5 5

Type: End #1

Condition: !isNil "DRW_dismissing"

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  

×