ElfishMender894 Posted September 19, 2019 Hey Everyone is there a way to make Text pop Up after i Pull a switch? i'm using Gzdoom Builder On UDMF Help would be Appreciated :) 0 Share this post Link to post
Nevander Posted September 19, 2019 Yes, two ways I know of. The first way (which I suggest learning) is to use SetHudSize and then HudMessage or HudMessageBold. This gives you complete control over position, duration, color, type and size. https://zdoom.org/wiki/SetFont https://zdoom.org/wiki/SetHudSize https://zdoom.org/wiki/HudMessage The second way is by simply using Print. You won't have any real control by using this though, but it's easier to use. Sometimes it's better however (i.e. to simulate a normal GZDoom centered message). https://zdoom.org/wiki/Print 0 Share this post Link to post
zen4040 Posted September 30, 2019 if you don't know allready, there's a scripting language called ACS used to write scripts for maps in udmf. https://zdoom.org/wiki/ACS if you've allready figured out how to use it just read the post by @Nevander 0 Share this post Link to post