Recent content by Dracconus

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  1. D

    Solved How to detect time since sleep event?

    I actually sort of figured out how I want to approach this prior to reading your response albeit it took having an epiphany on how I was going to approach it since I'm still figuring everything out with Skript. What I'm doing is I have a section for "on bed enter:" where I set a variable to the...
  2. D

    Solved How to detect time since sleep event?

    I'm looking for a way to detect whether a player has slept, and compare time since that event. I know that there's a way to do it with scoreboard values, I was just curious whether it's possible with skript and how I'd go about it.
  3. D

    Skript How To Create Randomized Rooms

    Not sure exactly what you're wanting help with, but if you're inferring that you want them to randomly "walk" into a room at a certain point the easiest way would be to add the room's "entry points" into a variable, then have it randomly select from that variable once they reach "X" block (or...