How to i make a auto time aduster that when activated it will ask for the time you want it to be, And if you put Day it goes to day, If you put Evening it goes to Evening, And if you but night it goes to night.

Tags
Question

5 Comments

  • Log in to leave a comment
  • Profile image
    2,978 lafario

    @TheVizzyLucky ok

    2 days ago
  • Profile image
    99 Zazo

    I'm definitely sticking to redstone 😂

    2 days ago
  • Profile image

    @lafario What ChatGPT told you seems wrong. I'll have to try it myself to tell you more though.

    2 days ago
  • Profile image
    2,978 lafario

    @TheVizzyLucky this is what ChatGPT said to me.


    on start
    wait until activation group 1
    if current time < 12 then
    set variable TargetTime to 18 // Night
    else
    set variable TargetTime to 6 // Morning
    end if
    set time mode to warp
    repeat until current time = TargetTime
    set current time to current time + 0.1
    end repeat
    set time mode to normal

    2 days ago
  • Profile image
    2,978 lafario

    @TheVizzyLucky srry to be hammering you with notifications.

    2 days ago

No Upvotes

Log in in to upvote this post.