TheNooBringeR
Warming Up

Posts: 21
Registered: 12-12 |
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!
|