Im trying to make the screen pop up with 3 messages, one after another, How would I do that? Im a total ACS Newbie, this is what I did
#include "zcommon.acs"
script 1 ENTER
{
setfont("BIGFONT");
HUDMessage(s:"Greeting's Players, welcome to my special lair of hell!"; HUDMSG_FADEINOUT, 0, 3, 0.5, 0.25, 0, 4);
HUDMessage(s:"If you are scared, hit Esc, Q, then hit Enter twice"; HUDMSG_FADEINOUT, 0, 3, 0.5, 0.25, 0, 4);
HUDMessage(s:"If you can brave the waves of Hellspawn and Traps, Come forth to the door and press the beloved Use Key!"; HUDMSG_FADEOUT, 0, 3, 0.5, 0.25, 0, 4);
}
Im trying to make the screen pop up with 3 messages, one after another, How would I do that? Im a total ACS Newbie, this is what I did
#include "zcommon.acs"
script 1 ENTER
{
setfont("BIGFONT");
HUDMessage(s:"Greeting's Players, welcome to my special lair of hell!"; HUDMSG_FADEINOUT, 0, 3, 0.5, 0.25, 0, 4);
HUDMessage(s:"If you are scared, hit Esc, Q, then hit Enter twice"; HUDMSG_FADEINOUT, 0, 3, 0.5, 0.25, 0, 4);
HUDMessage(s:"If you can brave the waves of Hellspawn and Traps, Come forth to the door and press the beloved Use Key!"; HUDMSG_FADEOUT, 0, 3, 0.5, 0.25, 0, 4);
}
Port: Zandronum
Map format: UDMF
IWAD: Doom 2
If that info helps ^
Share this post
Link to post