Limitations in Fancade scripting: Difference between revisions
→Number of created objects: link to Object
| No edit summary Tags: Mobile edit Mobile web edit |  (→Number of created objects: link to Object) Tags: Mobile edit Mobile web edit Advanced mobile edit | ||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
| This page compiles a list of restrictions in a Fancade game. | This page compiles a list of restrictions in a Fancade game. | ||
| == Number of created  | == Number of created objects == | ||
| The limit of  | The limit of [[object]]s that you can create with [[Create Object]] on Play is 4096 blocks. | ||
| == Script limit == | == Script limit == | ||
| Line 49: | Line 49: | ||
| 16,777,217 and most whole mumbers above that are unrepresentable. | 16,777,217 and most whole mumbers above that are unrepresentable. | ||
| == List  | == List limit == | ||
| The maximum index of a [[list]] is 1,048,575. | The maximum index of a [[list]] is 1,048,575. | ||