View Single Post
07-17-21, 11:45 AM   #1
darhanger
A Fallenroot Satyr
 
darhanger's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2017
Posts: 20
Launch something once per day or certain time

Wanna make function for track updates after player login in game then wait 20-30 sec then lauch function for track or make a function to launch it one time per day.

Lua Code:
  1. if player enter in world > 20 sec. then
  2.       --- do something
  3.    end
  Reply With Quote