thenameless
Member
- Joined
- Jun 19, 2005
- RedCents
- 624¢
Looking for help in having this function still working but without using the TLO String:
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):
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,]}

