YesNoOk
avatar

infinite priority, projectiles (Read 1129 times)

Started by BC, August 10, 2008, 01:25:03 pm
Share this topic:
Re: infinite priority, projectiles
#21  August 11, 2008, 12:20:57 am
  • ******
  • I hang out tough. I'm a real boss.
    • USA
    • litotichues.com/
-parenthaises are easy

it's like a math equations math is easy for you right?..well it doesn't have to be

ifelse(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 this

ifelse(var(9)=[20,55],0,45)

you have to close the parenthesis in the var(9) equation

ifelse((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

BC

Re: infinite priority, projectiles
New #22  August 11, 2008, 12:40:28 am
  • ****
    • UK
    • www.mugenevolution.co.uk/Forum
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?


click the image to join my forum ;)
Last Edit: August 11, 2008, 12:47:10 am by blackchaos07