So I am trying to understand how this plugin work and am still new to this because of Ruby scripts (Am new to MV because I have mainly worked with Vx ace). So I want an npc to show up or a shop to open at 12:00 pm and I also want the game to be irt. How would I set this up exactly? Do I have to have variables for the hours, minutes, and seconds? I want it to read the specific time so as it hits exactly 12 pm, the npc shows up or the store opens. However when it hits 8 pm the npc is gone or the shop closes.
Just specify the switch number and set the necessary conditions. In this case, you will need 2 conditions with type hour, the first one is >= 8 and the second one is <= 12.
Spoiler
If you still have questions, then ask.
I also recommend checking out the plugin demo (online or offline) on my website.