Author Topic: Determine if a brick has disappeared?  (Read 380 times)

What variable would determine if a brick is or isn't disappeared? Like if I call:

while(1){
if(%brick.isgone == true)
dostuff
}

%brick.disappear(5);

Dump is a very helpful function, it will allow you to be almost completely self sufficient.

Code: [Select]
%var.dump();

Mk, what's the function to find the usage of a function?