Date dependent fun condition

Any information about the fun attribute is given here.

Moderators: Scenario Moderators, Plugin Moderators

User avatar
Lobby
Developer
Posts: 3719
Joined: 26 Oct 2008, 12:34
Plugins: Showcase Store
Version: Beta

Platform

Re: Date dependent fun condition

#21

Post by Lobby » 18 Feb 2018, 02:50

Date condition works on the absolute date, so that's not suited here.

I recommend to use the current frame of your building instead as some sort of a counter. You can increase it on a daily basis and when it reaches a specific value you can execute the replacement action.
User avatar
Kulche
Pluche
Posts: 1211
Joined: 07 Jun 2017, 20:28
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: Date dependent fun condition

#22

Post by Kulche » 26 Apr 2018, 20:26

Wait, how can action be executed at random day of the year? :calc
User avatar
Yakka
Inhabitant of a Conurbation
Posts: 417
Joined: 06 Jan 2020, 09:57
Location: Java-indonesia
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: Date dependent fun condition

#23

Post by Yakka » 13 Jul 2021, 07:50

I want add sound fun for nature+ Plugin,it depends on time,such as at day it plays daytime sound when is night it play nighttime sounds, please provide me with code samples
User avatar
CERRERA
Townsman
Posts: 48
Joined: 25 Jan 2020, 06:19
Location: Philippines
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: Date dependent fun condition

#24

Post by CERRERA » 06 Sep 2023, 04:38

Code: Select all    Reset

"random fun":[ {"condition":{"type":"and","inner":[ {"type":"date","min":0,"max":5}, {"type":"building","id":"$rusty_industry_1"} ]}, "actions":[ {"type":"burn","id":"$rusty_industry_1"} ] }]
JSON checker
Check
Hello good day
I have a question about my fun command
Why the building are not burning ?
Post Reply Previous topicNext topic

Return to “Fun attribute”