Quote:
Originally posted by dragoonvenganc
now you total idiot pay attetion
//Created by Rob Getashu
if (exploded && this.bombed<=4){
this.bombed++;
message #v(this.bombed/4*100)% <<<<<HERE you need ;
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);
}
}
with out that ; it keeps thinking you are saying text.
i dint try the program on my computer. I am not that stupid i know i do not have the gani.
and i ran a mile last year in 7:06 thanx.
|
Just to prove I can script better this this *****. I made a Lumber Jacking Script.
// Created By Rob Getashu
if (created) {
showcharacter;
setcharani appletree4,
}
if (actionlumberjacking && this.lumberhit<=100){
this.lumberhit++;
message #v(this.lumberhit/100*100)%
}
if (this.lumberhit=20) {
setcharani appletreecut,
}
if (this.lumberhit=100) {
setstring lumber,#v(strtofloat(#s(lumber))+3);
setani lumber,;
sleep .5;
hide;
say2
Wow this is valueable #b
lumber!#b
You now have #s(lumber).;
this.lumberhit=0
}