creator
Details
Kode wheel segment | Objects |
Style | Object variable |
Modifiers | None |
Primarily WHEN/DO | Both |
Pre-made brains that use it | Not known |
Objects >creator
Description
This tile is an object variable that identifies the object that created it, or if used in a different brain, identifies the object that created a referenced object. Only works with objects that were made using the [created] tile – does not include projectiles or equipped weaponry that is “created” in the game by other methods.
Example Code
WHEN [interacted] DO [creator][brain is active][=][false]
Modifiers
None
Other Uses
None