• 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

Ok got timer working, trying to echo time left...

nijhal

Member
Joined
Feb 22, 2006
RedCents
10¢
Ok I got my timer working flawlessly, however its not echoing time left properly...

Rich (BB code):
   /declare gotobed timer outer 0
   /varset gotobed 350m

   /echo ${gotobed} minutes till I gate and camp!!
   /if (!${gotobed}) /call Done

Its echoing

Rich (BB code):
[MQ]155323 minutes till I gate and camp!!

How come it wont say actual minutes?

How do I make it do that?
 
/Varcalc Timerminutes ${Timer}/600

/Echo ${Timerminutes} till I gate and camp.

========OR============

/echo ${Math.Calc[${Timer}/600]} minutes till I gate and camp.

I think this method will give you decimals though and say something like

235.37583832 minutes left till I gate and camp.
 
Ok got timer working, trying to echo time left...

Users who are viewing this thread

Back
Top
Cart