I am making a dungeon that has 2 entrance, one entrance only appear at morning, and the other at night. (The entrance is using regular field warps) (So I am guessing it will be using the OnClock function.) (Day starts after 01:00) (Night starts at 20:00) OnInit: if (Time is > 20:00 or Time < 01:00) { // Enable night field warp. } else { // Enable day field warp. } end; OnClock2000: //On 8 PM // Enable night field warps. // Disable day field warp. end; OnClock0100: //on 1