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

ACS help

Recommended Posts

How do i make a text appear in lower left corner of the screen?


To make it appear in the middle of the screen, it's like this:

script 1 (void)
{
setfont( "BIGFONT");
print(s:"test");
}


how do i make it that the text above is shown in the lower left corner of the screen?

i took a look at some wads which have that function and it features the sethud command and some coordinates, how can i know which coordinates i need?

Thanks in advance!

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×