Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
chesse20

Making text appear on screen ingame using doom builder?

Recommended Posts

ive tried looking on youtube and i cant seem to find an answer to this
i want to do this using the hexen format

Share this post


Link to post

The action you're looking for is Print. Here's an example script:

#include "zcommon.acs"

script 1 (void)
{
print(s:"Insert text here.");
}
Just promise it won't be used for rape threats. :-)

Share this post


Link to post

thx obsdian
im making a funny hexen wad
edit: it works for map01 but on map02 it gives an error about p_startscript

Share this post


Link to post
Guest
This topic is now closed to further replies.
×