how to get onUpdate: "mc.timer.timerSpeed" value
-
Hey everyone!
My script needs to get "mc.timer.timerSpeed" value which takes from active timer from every modules (I mean every modules in all, not specific ones)
//[...]// onUpdate: function() { chat.print(/* Something like "mc.timer.timerSpeed.get()" */) } //[...]//
Thanks for any answers in this topic if it's should be possible <З
-
Hey everyone!
My script needs to get "mc.timer.timerSpeed" value which takes from active timer from every modules (I mean every modules in all, not specific ones)
//[...]// onUpdate: function() { chat.print(/* Something like "mc.timer.timerSpeed.get()" */) } //[...]//
Thanks for any answers in this topic if it's should be possible <З
@dont_doubt I am aware of this topic being in ScriptAPI category but this is how you do it on modules. Might be helpful.
ClientUtils.displayChatMessage("Timer: ${mc.timer.timerSpeed}")
-
Hey everyone!
My script needs to get "mc.timer.timerSpeed" value which takes from active timer from every modules (I mean every modules in all, not specific ones)
//[...]// onUpdate: function() { chat.print(/* Something like "mc.timer.timerSpeed.get()" */) } //[...]//
Thanks for any answers in this topic if it's should be possible <З