Upload imgur images to /uploads/
commited
commit
a1279b7111c9fa6a1199386fa94997a735801261
... | ... | @@ -9,13 +9,13 @@ CD |
9 | 9 | |
10 | 10 | will be executed as A → B → C → D. |
11 | 11 | |
12 | [[https://imgur.com/gkZWtHD.jpg]] |
|
12 | [[/uploads/gkZWtHD.jpeg]] |
|
13 | 13 | |
14 | 14 | That's helpful, but what if you want to modify it? Here comes *Execution Wires*. Those yellow wires at the top and bottom of some scripts named "Before" and "After" are what we call as execution wires. Execution Wires overrides the default execution order. |
15 | 15 | |
16 | 16 | Once a script executes according to the default execution order, it'll execute all the scripts connected to it via Execution Wires before moving on the next script. A picture is worth a thousand words. So check these out: |
17 | 17 | |
18 | [[https://imgur.com/e0EYbHB.jpg]] |
|
19 | [[https://imgur.com/qsPi1I0.jpg]] |
|
18 | [[/uploads/e0EYbHB.jpeg]] |
|
19 | [[/uploads/qsPi1I0.jpeg]] |
|
20 | 20 | |
21 | 21 | Check out some common problems related to execution order [[here|what are some common problems related to execution order?]]. |
... | ... | \ No newline at end of file |