solved most of them
I just get this nowPHP Code:function statcalc():void{
for (var a:uint = 1; a < 5; a++){
for (var b:uint = 0; b < passive.length - 1; b++){
var "p"+a+"pass"+passive[b]:uint=0
}
var "p"+a+"hpmax":uint = undefined
}
}
1084: Syntax error: expecting identifier before p. var "p"+a+"pass"+passive[b]:uint=0
1084: Syntax error: expecting identifier before p. var "p"+a+"hpmax":uint = undefined




Reply With Quote
