• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - HUD question

Is it possible to add in-game time to a HUD?
yeah you could add an element to mq2hud

${GameTime} gives you game time
${GameTime.Date} gives you game date
1605671185062.png

GameTime can also access members of "time" so you can do something like:

${GameTime.Night} for a TRUE/FALSE

Can get fancy and create a duplicate behind it in black to give it a little definition (obviously the location should be adjusted - location is the 500,755)
Code:
GameTime2 =          3,6,505,755,0,255,255,GameTime: ${GameTime}
GameTime =              3,6,502,758,0,0,0,GameTime: ${GameTime}

1605672036359.png
 
Last edited:
Question - HUD question

Users who are viewing this thread

Back
Top
Cart