Set Reference: Difference between revisions
Added references to the List page
-u ndefined- (talk | contribs) (Rework on example, with meaningful image names, use existing templates) |
(Added references to the List page) |
||
Line 8: | Line 8: | ||
}} | }} | ||
Like [[Set Variable]], but with an additional input for the variable to store the value in. This enables you to store a variable in a [[List | Like [[Set Variable]], but with an additional input for the variable to store the value in. This enables you to store a variable in a [[List]] by connecting [[List Element]] to the Variable port, or make custom [[Script Block|script block]]s that modify variables. | ||
In the early days of Fancade, this was the only way to set a variable's value. | In the early days of Fancade, this was the only way to set a variable's value. | ||
Line 16: | Line 16: | ||
== Example == | == Example == | ||
You can find an example of making lists in the [[List | You can find an example of making lists in the [[List]] page. This page will focus on another use. | ||
We will recreate the [[Increase Number]] block (by using a script block): | We will recreate the [[Increase Number]] block (by using a script block): | ||
Line 32: | Line 32: | ||
== Related == | == Related == | ||
* [[List]] | |||
* [[List Element]] | * [[List Element]] | ||
* [[Set Variable]] | * [[Set Variable]] | ||
[[Category:Blocks]] | [[Category:Blocks]] |