23 Jun 10, 07:47AM
I have recently been looking through the reference.xml file and I came across a command that returns a string giving the time in hh:mm:ss. This has helped me a lot because I have a tendency to lose track of time easily.
The script that I am currently using is very short and goes like this:
This makes it so that whenever I press "9", it returns the current time in the format "23:23:53". I would like some help with getting to know how I would be able to have this "echo (timestring)" command be executed every two minutes because I am still very new to using cubescript.
The script that I am currently using is very short and goes like this:
[SELECT ALL] Code:
bind 9 [echo (timestring)]
This makes it so that whenever I press "9", it returns the current time in the format "23:23:53". I would like some help with getting to know how I would be able to have this "echo (timestring)" command be executed every two minutes because I am still very new to using cubescript.