85
edits
| Line 297: | Line 297: | ||
func logic2 {<br>  | func logic2 {<br>  | ||
..<br>  | ..<br>  | ||
}<  | }</tt>  | ||
===Extra: Multiple Forking===  | ===Extra: Multiple Forking===  | ||
| Line 317: | Line 317: | ||
Both "logicA" and "logicB" are executed at the same time. If <tt>chr_wait_health griffin 0</tt> were to be removed, likewise, both "logic" and "logic2" are executed at the same time.  | Both "logicA" and "logicB" are executed at the same time. If <tt>chr_wait_health griffin 0</tt> were to be removed, likewise, both "logic" and "logic2" are executed at the same time.  | ||
== Part 9: Variables and Save Points ==  | == Part 9: Variables and Save Points ==  | ||
edits