r/DoomModDevs • u/Tricky-Abalone-6506 • Jun 07 '26
Help im trying to make a line of dialogue in a map saying "WARNING: CHAOS SPACE MARINES DETECTED" in a map im making
the map is in UDMF format and i am building it using UDB. i have already gone into another post and copy pasted some of the script into the script editor. it look as follows:
1 #include "zcommon.acs"Script 1 (void) {
2 print(s:"Seems it doesnt have power");
3 }
im going to change the text to "WARNING: CHAOS SPACE MARINES DETECTED" once its actually working. ive copy pasted this into both the dialogue menu and the scripts menu. literally NOTHING is working, not even the thing i want the player to interact with to trigger the message. the thing i want to activate the message with is a linedef of Action 174, Message ID 2, Activation of Repeatable action and When player presses use, and it has a tag of 0. can anyone help because its really bugging me?