
10-14-2001, 05:24 AM
|
|
Ebil Cloud = l337 *kupo*
|
 |
Join Date: Aug 2001
Location: Monroeville, PA
Posts: 1,084
|
|
|
Heres an exsample of PERCENT. If you bomb this object 4 times. It'll open. I think you should use Triggeraction.
//Created by Rob Getashu
if (exploded && this.bombed<=4){
this.bombed++;
message #v(this.bombed/4*100)%
if (this.bombed=4) {
setcharani stone_open,#s(this.bugsprite);
sleep 2;
setcharani stone_idle,#s(this.bugsprite);
sleep 2;
setcharani stone_close,#s(this.bugsprite);
sleep 2;
setcharani stone_closed,;
setstring bugs,#v(strtofloat(#s(bugs))+1);
}
} |
__________________
Rob Getashu
Anyone can show you the way, but the real adventure is finding it yourself..
|
|
|
|