I'm using SCMDraft and for some reason text isn't working for my current map. I only have 3 sets of triggers. One for anti lift, one to maintain one larva at a time and another to keep a group of overlords in the same location. The display text trigger when used, won't show up when playing.
if you are using regular triggeredit plugin make sure that the little square box that says always display its checked
if you are using syntax method of triggering make sure you add a 4 to always display
Display Text Message(Always Display, "Text here");
Display Text Message(4, "Text here");
Hmm, I think I've been having this problem in my map as well, thanks for the solution Corbo.
I was using classic trigeditor... maybe I'll see if I find that option.
Edit: AHA! I found that option! Thank you, you sexy beast.