Comment: Difference between revisions
Nikitaivanov (talk | contribs) (Created page with "Use these to make notes that help explain your script to others, and your future self! File:screenshot2.png The limit on the amount of characters a note can hold is 15. _Comments, like all script blocks, only show in build mode (unless there are only comments and/or script blocks)._ _They are not designed to communicate with players of your game._ Category:Blocks ") |
(Updated and revisited the page) |
||
Line 1: | Line 1: | ||
{{Block | |||
|image=Comment.png | |||
|type=s | |||
|folder=values | |||
}} | |||
Holds a small piece of text meant to explain the workings of a script. | |||
<u>They are not designed to communicate with the players of your game.</u> | |||
==Notes== | |||
* The limit on the amount of characters a comment can hold is 15. | |||
* Comments, like all script blocks, only show in build mode (unless there are only comments and/or script blocks). | |||
[[Category:Blocks]] | [[Category:Blocks]] |
Latest revision as of 14:34, 17 May 2024
Comment
Type | Script block |
Collider | None |
Folder | Values |
Holds a small piece of text meant to explain the workings of a script.
They are not designed to communicate with the players of your game.
Notes
- The limit on the amount of characters a comment can hold is 15.
- Comments, like all script blocks, only show in build mode (unless there are only comments and/or script blocks).