Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Determine if a brick has disappeared?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Determine if a brick has disappeared? (Read 380 times)
Pew446
July 26, 2010, 01:31:52 AM
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);
Ad Bot
Advertisement
Desolation
July 26, 2010, 01:44:13 AM
Dump is a very helpful function, it will allow you to be almost completely self sufficient.
Code:
[Select]
%var.dump();
Pew446
July 26, 2010, 01:54:30 AM
Mk, what's the function to find the usage of a function?
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Determine if a brick has disappeared?