Jump to content
Sign in to follow this  
Joe98

How to place a hint in the top -middle of the screen

Recommended Posts

I create a hint by way of a trigger. The hint always appears in the top right of the screen.

 

How can I place the hint at the top-middle of the screen?

Share this post


Link to post
Share on other sites

@Joe98,
Something like this,
Check out hintC-- this is example 2,

hintC "Press W to move forward"; 

hintC_EH = findDisplay 57 displayAddEventHandler ["unload", { 0 = _this spawn { 

_this select 0 displayRemoveEventHandler ["unload", hintC_EH];

hintSilent ""; 

		}; 

}];

You may also like, titleText

 

Have fun!

  • Like 3

Share this post


Link to post
Share on other sites

titleText   is what I was looking for thank you!

 

Now to study all the paramaters 😋😋

Share this post


Link to post
Share on other sites
16 hours ago, Joe98 said:

titleText   is what I was looking for thank you!

 

Now to study all the paramaters 😋😋

This has a bunch of useful examples,

Have fun!

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×