Script to display time
#4
It is completed, but I would like to thank IAF|Lucas for helping me through my noobyness when it comes to cubescript. I was still used to making infinite loops like I do in python with something like
i = 0
while i == 0:
    command
Of course that didn't work, but here's the script. Just put it into your autoexec.cfg file.

alias Habluka [            //Go ahead and call me vain
    echo (timestring)      //
    ; sleep 60000 [        //I would like to thank IAF|Lucas for
        Habluka          //helping me with my cubescript n00biness
    ]
]
Habluka
Thanks given by:


Messages In This Thread
Script to display time - by iOD|Habluka - 23 Jun 10, 07:47AM
RE: Script to display time - by ViperX07 - 23 Jun 10, 08:15AM
RE: Script to display time - by Versace - 23 Jun 10, 08:38AM
RE: Script to display time - by iOD|Habluka - 23 Jun 10, 10:08AM
RE: Script to display time - by Versace - 23 Jun 10, 10:38AM
RE: Script to display time - by iOD|Habluka - 23 Jun 10, 10:45AM
RE: Script to display time - by R4zor - 23 Jun 10, 10:49AM
RE: Script to display time - by V-Man - 30 Jun 10, 03:45PM
RE: Script to display time - by iOD|Habluka - 01 Jul 10, 11:10AM
RE: Script to display time - by yata - 01 Jul 10, 11:40AM
RE: Script to display time - by V-Man - 01 Jul 10, 06:51PM