1. So im trying to set NPC run speed based off the time of day and i dont know how to get what the server time is.
     
    Last edited by a moderator: May 8, 2018
  2. Wulf

    Wulf Community Admin

    You can get the game time from something such as TOD_Sky.Instance.Cycle. You do not need a hook.
     
  3. Ok thank you