Mar 5, 2025 at 4:34 AM
Join Date: Jun 27, 2013
Location:
Posts: 2940
Age: 31
Pronouns: She/Her
TSC events are very much just single threaded, and there is really no other way to run one event while another is running. You're going to need to workaround through other means like through entrance events (while you're entering a room) or even find better places where the textbox can be plopped in long enough before the <WAI timer finishes and goes to <END.
A possible idea is to place in another null NPC above the one used for the doorway, with the "Run Event on Contact" and "Spawn with Alt Direction" flags turned on, and while the text shows up, <MNP said null NPC to a different position, preferably somewhere where the player won't be able to bump into it, as well as add in a <FRE and a <WAI timer while the textbox is still on, and then still be able to interact with the null NPC used for the <TRA event afterwards. Clunky idea, but it's an example on what you can do to workaround the issue.
If that doesn't suffice and you're still wanting to use two different TSC events to run at the same time, there is one possible means, that can allow you to run two TSC events at the same time, given you're working on a freeware mod. Just be sure to plug in the ASM properly, and follow the instructions on how to use it. It is a proof of concept, but if it works, then that's great!
A possible idea is to place in another null NPC above the one used for the doorway, with the "Run Event on Contact" and "Spawn with Alt Direction" flags turned on, and while the text shows up, <MNP said null NPC to a different position, preferably somewhere where the player won't be able to bump into it, as well as add in a <FRE and a <WAI timer while the textbox is still on, and then still be able to interact with the null NPC used for the <TRA event afterwards. Clunky idea, but it's an example on what you can do to workaround the issue.
If that doesn't suffice and you're still wanting to use two different TSC events to run at the same time, there is one possible means, that can allow you to run two TSC events at the same time, given you're working on a freeware mod. Just be sure to plug in the ASM properly, and follow the instructions on how to use it. It is a proof of concept, but if it works, then that's great!





. It's actually 0047E549.
