Login

Fancade Wiki

Senjienji's requested commit, fix hyperlinks

... ...
@@ -26,10 +26,10 @@ The introduction of advanced inspect allowed for more robust testing, which help
26 26
27 27
The limit is 4096. The value doesn't matter as much as how you decide to use them. There are four things that consume the script limit:
28 28
29
* [[Script blocks|#Script Blocks]]
30
* [[Wire splits|#Wire Splits]]
31
* [[Pointer dereferencing|#Pointer Dereferencing]]
32
* [[Inside custom scripts|#Inside Custom Scripts]]
29
* [[Script blocks|#script-blocks]]
30
* [[Wire splits|script-limit#wire-splits]]
31
* [[Pointer dereferencing|#pointer-dereferencing]]
32
* [[Inside custom scripts|#inside-custom-scripts]]
33 33
34 34
#### Script blocks
35 35
... ...
@@ -37,7 +37,7 @@ Every script block counts as 1 script towards the total limit. It does not matte
37 37
38 38
[[/uploads/Screenshot_20210618-113130_Fancade.png]]
39 39
40
#### Wire splits
40
#### [[Wire splits]]
41 41
42 42
A wire split counts as 1 script towards the limit. Thus the script in image A adds 4 scripts (3 script blocks + 1 wire split) to the counter.
43 43
Fancade Wiki