Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
Darkhaven4

ACS...

Recommended Posts

Hey, I was wondering if anyone that has ACS Scripting knowledge can tell me how to display text in the center of the screen on Hexen.

In Gates of DooM II, when the player walks over a specific linedef in Map01, I want it display this message:

(Something isn't right about this place...)

BTW, since my old account got fucked up, I had to re-register.

Share this post


Link to post

Wrong forum.

As for how, you'll need to uuse ZDoom, since normal Hexen will display it at the top of the screen instead of the center.

Share this post


Link to post

White messages, which are only displayed to the player who activated the script:

print(s:"MESSAGE");

Yellow messages, which are displayed to all players:

printbold(s:"MESSAGE");

Yellow messages also last a lot longer than the white ones.

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
Sign in to follow this  
×