Drew 10 Posted November 4, 2009 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
tcp 10 Posted November 4, 2009 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
Drew 10 Posted November 4, 2009 ah very nice thank you Share this post Link to post Share on other sites