Frequently asked questions in Scripting: Difference between revisions
Frequently asked questions in Scripting (view source)
Revision as of 15:19, 8 July 2024
, 8 July 2024Add FAQ 'Can I copy or paste blocks between levels and games?' and category
(Changed a link from List Element to List) |
-u ndefined- (talk | contribs) m (Add FAQ 'Can I copy or paste blocks between levels and games?' and category) |
||
Line 1: | Line 1: | ||
This page lists the short, common questions asked when scripting or building a game. | This page lists the short, common questions asked when scripting or building a game. | ||
== Copy-pasting blocks between levels and games == | |||
There is no direct solution. | |||
The widely used workaround is to create a new custom block specifically for copying, and to open it and placing the desired blocks. | |||
This block is now available for opening in another level, in order to retrieve the contents. | |||
For pasting between games, scroll down and fetch the block in the appropriate game folder in the Blocks tab, and drag it into the level. Setting it to be a custom block for the current game allows to open the script, and get the contents. | |||
== Fonts == | == Fonts == | ||
Line 54: | Line 62: | ||
[[Category:Scripting]] | [[Category:Scripting]] | ||
[[Category:Build]] |