Hi, guysI want to show a message (like a comic text) in a intro, but it fails. I want explod remains until 240 ticks and after this... Round 1, Fight!This code is inside introduction state:Code: [State 191, Message]type = Explodtrigger1 = Time = 0anim = 3650ID = 3650pos = 160,60postype = leftfacing = 1removetime = 240scale = 1,1ontop = 1ownpal = 1Problem is: message shows ok, but I can't stop the "round 1 fight!" signal. I've also tried with a pause, but pause can't stop "round 1 fight" signal.I want the "round 1" graphic to appear after explod has gone...Could you help me to solve it, please?Thanks
Cyanide said, January 07, 2013, 01:08:01 amAssertspecial. Use the intro flag. That's all you need. Won't prevent people skipping intros though.Mmm... sorry, I've found the error. Animation intro was shorter than explod time, so animation ended before explod time ended. Sorry, is solved, and thanks for helping.