Blockland Forums > Modification Help

Determine if a brick has disappeared?

Pages: (1/1)

Pew446:

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);

Desolation:

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


--- Code: ---%var.dump();
--- End code ---


Pew446:

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


Pages: (1/1)

Go to full version