How do I adjust the speed at which I change plugins? Using " action " in " fun ".

Plug-in related stuff can be discussed here.

Moderator: Plugin Moderators

User avatar
choggoba
Townsman
Reactions:
Posts: 50
Joined: 20 Jul 2018, 08:30
Location: Korea
Plugins: Showcase Store

Platform

How do I adjust the speed at which I change plugins? Using " action " in " fun ".

#1

Post by choggoba »

In " fun " I can replace the plug-in by using " action ".
For example

Code: Select all

  "fun":[{
          "actions":[
          {"type":"build","id":"??????"}]
  
  }]
By the way
Is there a way to adjust the replacement speed?
What I want to replace is the road deco. slowly


help :bq :bq :bq

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

Platform

Re: How do I adjust the speed at which I change plugins? Using " action " in " fun ".

#2

Post by Lobby »

Would it be an option to replace it after 4 days? That would look like

Code: Select all

"fun":[{
  "condition":"day%4=0",
  "actions":[
    {"type":"build","id":"??????"}
  ]
}]

User avatar
choggoba
Townsman
Reactions:
Posts: 50
Joined: 20 Jul 2018, 08:30
Location: Korea
Plugins: Showcase Store

Platform

Re: How do I adjust the speed at which I change plugins? Using " action " in " fun ".

#3

Post by choggoba »

Lobby wrote:
04 Aug 2018, 18:28
Would it be an option to replace it after 4 days? That would look like

Code: Select all

"fun":[{
  "condition":"day%4=0",
  "actions":[
    {"type":"build","id":"??????"}
  ]
}]

Thank you. You've been very helpful.

Post Reply Previous topicNext topic

Return to “Plug-In Discussion”