Jump to content

HUD timer that is always running (even if offline and attached)?


You are about to reply to a thread that has been inactive for 4669 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

Or just rez the HUD instead of wearing it, maybe.  It depends on how it's written.  If it needs to be worn to be activated, then that won't work, but if it can run when it's just rezzed on a table top, you might be in luck.  Just don't lose it.  HUDS are tiny.

Link to comment
Share on other sites

You can use any one of the time functions like llGetUnixTime() to help you out.

You can store a "Start Time" when the HUD is first created or first used and by collecting the current time from within a timer() event and comparing the original Start Time with the Current Time you can determine how many "4 hour" and "1 hour" intervals have past and when the next one is due.

 

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 4669 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...