Joe98 92 Posted September 17, 2019 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
wogz187 1086 Posted September 17, 2019 @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! 3 Share this post Link to post Share on other sites
Joe98 92 Posted September 17, 2019 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
wogz187 1086 Posted September 18, 2019 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