• 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

HELP removing STRING from HUD

thenameless

Member
Joined
Jun 19, 2005
RedCents
624¢
Looking for help in having this function still working but without using the TLO String:
Rich (BB code):
If[${String[${GameTime.Night}].Equal["TRUE"]},@ Night,In the Day

In my HUD it come right after game time, displaying weather its "day or night"

I have been searching removing TLO string and such terms to get this done myself, but not having any success, any help is gratefully appreciated

The full HUD line is

Rich (BB code):
Time&Date=3,035,024,255,255,020,Game Time is: ${GameTime.Hour}:${GameTime.Minute}  & Real Time is ${Time.Time12} on ${Time.Date} EQ-MQ Up time is ${Math.Calc[${MacroQuest.Running}/60000/60]}h : ${Int[${Math.Calc[${MacroQuest.Running}/60000]}]}m ${If[${Macro.Name.NotEqual["NULL"]},${Macro.Name} is Running,]}
 
Rich (BB code):
Time&Date=3,035,024,255,255,020,Game Time is: ${GameTime.Hour}:${GameTime.Minute} ${If[${String[${GameTime.Night}].Equal["TRUE"]},@ Night,In the Day]} & Real Time is ${Time.Time12} on ${Time.Date} EQ-MQ Up time is ${Math.Calc[${MacroQuest.Running}/60000/60]}h : ${Int[${Math.Calc[${MacroQuest.Running}/60000]}]}m ${If[${Macro.Name.NotEqual["NULL"]},${Macro.Name} is Running,]}
 
HELP removing STRING from HUD

Users who are viewing this thread

Back
Top
Cart