Hello,
I used to believe in myself enough to use vjass here and there, but since then I've lost a lot of confidence so now I just use it as little as possible.
Every once in a while though I come across an excellent vjass system that I can't turn down, in this case it's a scrolling text system. It's just perfect.
The problem is I only want to display my text when the time of day = 8.
here is what i tried:
but that didn't work and threw all kinds of errors at me.
Can someone point me in the right direction?
I used to believe in myself enough to use vjass here and there, but since then I've lost a lot of confidence so now I just use it as little as possible.
Every once in a while though I come across an excellent vjass system that I can't turn down, in this case it's a scrolling text system. It's just perfect.
The problem is I only want to display my text when the time of day = 8.
here is what i tried:
JASS:
function GetTimeOfDay takes nothing returns 8
but that didn't work and threw all kinds of errors at me.
Can someone point me in the right direction?