Project Highrise

Project Highrise

Unleash your inner architect.
Get new items for your skyscraper - furniture, decorations and even new types of tenants. You can also learn how to make them yourself using our guides.
了解更多
KaedanJarret 3 2016 年 9 月 23 日 下午 9:22
How often are the "needservices" tasks called?
I have a building that I want to have janitors stop by twice a day to clean. The problem is, I dont' know how often the "tasktype servicejanitor" is called. I have it in my room as " { tasktype servicejanitor probability 0.25 businesshoursonly #false workhours 0.5 timeouthours 12 timeouteffect -1 }" But it seems like the janitors are called 6-7 times a day, vs just the 2 desired.
Also, can the timeouthours be greater than 24?
< >
正在显示第 1 - 1 条,共 1 条留言
SomaSim  [开发者] 2016 年 9 月 25 日 下午 12:31 
Task requests come from a "dice roll" (random number generator) that happens every hour. "probability 0.25" means that every hour, there's a 25% chance that the die roll will result in a new janitor request, if one hasn't been queued up already. And "businesshours #false" means that the dice will get rolled 24h/day, instead of just during the hours when the business is actually open.

I would recommend switching to "probability 0.1 businesshoursonly #true" to drastically reduce the number of requests.
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50