Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!
Sockpuppet
Original Poster
#1 Old 19th Apr 2008 at 7:19 PM Last edited by Kabuto : 20th Apr 2008 at 12:49 PM.
What "Idle - Minutes" & "Idle - Hours" do ?
What "idle - Minutes(0xA)" & "Idle - Hours(0xA)" do ?


"Idle - Hours(0xA)" wait until 10am or while 10 hours ?
Advertisement
One horse disagreer of the Apocalypse
#2 Old 19th Apr 2008 at 7:36 PM
It's basically just a pause for that number of sim minutes or hours. Usually used in the Main BHAV of an object. For example if you want something to happen once an hour, you'd say "Idle - Hours (0x01)" and then loop back to do it again. You would not typically put this in an interaction that a Sim would be performing on an object, because usually you want them animated while they wait, and interruptible.

"You can do refraction by raymarching through the depth buffer" (c. Reddeyfish 2017)
Sockpuppet
Original Poster
#3 Old 19th Apr 2008 at 11:57 PM
Thank you !


I use it in the Main function in order to detect the current day state (Morning 6-7am, day 7am-6pm, evening 6-7pm, night 7pm-6am) in my version of the chris997's "Weather atmosphere" mod !
Back to top