Improved formatting in notes section
commited
commit
c4fb58584cbe83665bc634007723b29312533769
... | ... | @@ -14,8 +14,6 @@ However this does not copy the scripts inside a block, only the _shell_ of the b |
14 | 14 | |
15 | 15 | ## Notes |
16 | 16 | |
17 | Create Object, when inputted None, uses the last object created on this script. |
|
18 | ||
19 | Making *too* many objects will affect performance negatively, so clone responsibly. |
|
20 | ||
21 | There's also a limit of 4096 created objects, so if you try to create more than that you will get a "Too many objects" error message. |
|
17 | - Create Object, when inputted None, uses the last object created on this script. |
|
18 | - Making *too* many objects will affect performance negatively, so clone responsibly. |
|
19 | - There's also a limit of 4096 created objects, so if you try to create more than that you will get a "Too many objects" error message. |