-parenthaises are easyit's like a math equations math is easy for you right?..well it doesn't have to beifelse(var(9)=0,5,ifesle(var(9)=1,10,15))two parenthesis at the end why?because at the end of an ifelse you close the parentheis at the end of 2 ifelses you close it twice.-you can't do thisifelse(var(9)=[20,55],0,45)you have to close the parenthesis in the var(9) equationifelse((var(9)=[20,55]),0,1)giving you more parenthesis at the beginning of the equation, you'll get th hang of it.also when ifelse certain triggers like animelem, you have this method with parenthesis mugen is crazy like that.Cheers,Rajaboy
seems to make more sense, i understand why that ifelse code needs 2 parenthesis at the end now.also dunno if you noticed i edited the last post, talking about Log.....i successfully used it in an experiment, is that something you have used?