Havremonster Posted February 7, 2018 Posted February 7, 2018 (edited) I am making a mission and made a trigger that finnish the game when the enemy is eliminated. The trigger Works fine, but is there a way to get a text up on the screen before the mission log appers? I know where to put the tekst but I want it to stay for a while so the players know that the mission is won. (sorry for my bad English) Edited February 7, 2018 by Havremonster
grunf Posted February 7, 2018 Posted February 7, 2018 One thing that comes to my mind is to use "time since flag". Set up your original trigger that displays the message to also set a flag X to 1. Set your trigger that ends the mission with the condition Time since flag X. didn't test it but it should work :)
Havremonster Posted February 7, 2018 Author Posted February 7, 2018 One thing that comes to my mind is to use "time since flag". Set up your original trigger that displays the message to also set a flag X to 1. Set your trigger that ends the mission with the condition Time since flag X. didn't test it but it should work :) Thank you very much. I will try :)
Recommended Posts