[READ-ONLY] Mirror of https://github.com/thoda-dev/DualUniverse. DualUniverse scripts
0

Configure Feed

Select the types of activity you want to include in your feed.

Update TimeScript.lua

authored by

Thomas and committed by
GitHub
(Sep 30, 2020, 10:49 AM +0200) 8b6209c5 0663f5b1

+6 -6
+6 -6
TimeScript/TimeScript.lua
··· 1 - [[-- 2 - Jericho's time script -- https://github.com/Jericho1060 3 - Display IRL time in game 4 - https://github.com/Jericho1060/DualUniverse/tree/master/TimeScript 5 - ]]-- 1 + --[[ 2 + Jericho's time script -- https://github.com/Jericho1060 3 + Display IRL time in game 4 + https://github.com/Jericho1060/DualUniverse/tree/master/TimeScript 5 + ]] 6 6 7 7 summer_time = true --export 8 8 ··· 27 27 local timeString = getTimeString(system.getTime()) -- return a formated string : "HH:mm:ss" 28 28 29 29 you can add a timer every seconds to display the time 30 - ]]-- 30 + ]]