Sigoles
Discord: @sigoles
- Joined
- Nov 20, 2015
- Messages
- 1,200
- Solutions
- 2
- Reaction score
- 149
How to check if is night?
The script dont checking correctly:
tfs 1.2
The script dont checking correctly:
LUA:
local tibiaTime= getWorldTime()
if(tibiaTime<1435 and tibiaTime>600)then -- is day
elseif(tibiaTime>=1435 and tibiaTime<=600)then -- is night
end
tfs 1.2