Behave

You need to know how the engine works on the backend to use this effectively. The behave keyword lets you write plain JavaScript to manually define what to do.

element Vanisher {
    behave (origin) => SPACE.setAtom(origin, new Empty(), Empty)
}

Last updated