Cutscene timer

● ARCHIVED · READ-ONLY
Started by Chinchou2004 11 posts View original ↗
  1. So I wanted to make 2 timers, one after another. There's supposed to be a message between the two timers signaling that the next timer is going to begin. But then when a player gets into a conversation with an npc, the message doesn't appear, and the second timer doesn't start. How do I fix this?
  2. Do you mind sharing screenshots of the events?
  3. basically the message won't show up.
  4. the timer is supposed to be those build times in like those building games, while you go do other stuff.
  5. For one you have to edit your post if you have more to say. No double posting.

    As for the event is the Ready Switch turned on? Do you leave the map while the timer is on?
  6. The ready switch is turned on, but you don't leave the map. You just talk to an npc.
  7. How do you have the NPC page setup and are you using any plugins that effect the timer?
  8. No plugins, and you just talk normally to the npc. I just want the message to interrupt the conversation you have with the npc, and then you can go back to talking to them.
  9. That would require a plug-in to fully rewrite event codes, as when a text box is being shown, another text box cannot pop up. The closest you could come is an event gab event which could show it in the corner for the player to see.
  10. Edit: Ah I read that wrong. Then yeah you'll have to do what Bgillisp said.
  11. Thanks! That really helped!