edited February 25 in ORK Support
I'm designing an item that I wish for the player to only be able to use on a real-life day of the week. I know there's a node that stores the time & date of a device to a float variable, but is there any way at all to check the day of the week?

Would I be able to accomplish this with a custom node?
Post edited by LostForest on
Agender, curry fan, Top 10 lister, indie dev, gym hitter, musician, et al.
  • edited February 28
    A custom node is probably the best way to go, checking the day of week of the current DateTime.
    Or e.g. setting a global variable based on this to be able to check the variable in use conditions.
    Post edited by gamingislove on
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Thanks!
    Agender, curry fan, Top 10 lister, indie dev, gym hitter, musician, et al.
Sign In or Register to comment.