remove brain
Details
Kode wheel segment | Brains/Multibrain |
Style | Brain control |
Modifiers | to channel /to slot |
Primarily WHEN/DO | DO |
Pre-made brains that use it | Unknown |
Brains > Multibrain > remove brain
Description
This tile is used to remove a brain from the current one. Used without channels and slots this will remove the contents of another brain that has been added with add brain.
Can also be used with Channel and slot modifiers.
Tutorial on Channels and slots
Example Code
WHEN [interacted] DO [remove brain][IWP:logic cube][channel][controls][slot][1]
or
WHEN [interacted] DO [add brain][Bobbing object]
Modifiers
to channel: Paired with a number or text variable. This specifies which channel the brain will be put. Best used with a slot reference as well.
to slot: Paired with a number or text variable. This specifies which slot the brain will be put. Best used with a channel reference as well.
meter gallery/text box gallery/Camera Editors: Bug?
Other Uses
Can be used to add new controls in a levelling system. Remember this is adding lines of kode to your existing brain not replacing them.