Join () ()

From PenguinMod Wiki
Revision as of 19:36, 8 June 2024 by Ninja 6734 (talk | contribs) (added page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Information

The Join () () block joins the two given strings together

Examples

Strings

Join (Banana) (Apple) will result in AppleBanana

Join Block with Variables
Join Block with Variables

Variables

You can also use variables or any other output block in this:

Join (Variable1) (Variable2) will result in the two values of the variables combined

Join Block with other Output block
Join Block with other Output block

Join (current volume: ) (volume) will result in the string "current loudness: [loudness]"