YesNoOk
avatar

A couple of questions for some extras I want to implenet in my character (Read 360 times)

Started by Saohc, June 15, 2010, 09:31:25 pm
Share this topic:
A couple of questions for some extras I want to implenet in my character
#1  June 15, 2010, 09:31:25 pm
  • ****
  • Working on MGS1 Snake's VR missions in MGS2
    • USA
Some questions on how to do some stuff for my character..
1)I have a power charge move for my character, LucasX3(Dark) and I want to make it where if he loses some health, he can't no longer use the power charge move.(e.g.-, he cannot use the move anymore when he is in his "danger" state), how can I do it?(I know it might involve variables..)

2)I want to make it where, if LucasX3(Dark) goes into his danger state, it changes the screen from color to black and white, how do I do this?(Do I need to use a helper?)

Would choosing me for the question thread be a
unique experience?  I can't really say.
Re: A couple of questions for some extras I want to implenet in my character
#2  June 16, 2010, 12:07:52 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
trigger1 = life > value

[mcode]palfx[/mcode]
READ.


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.
Re: A couple of questions for some extras I want to implenent in my character
#3  June 16, 2010, 06:45:57 am
  • ****
  • Working on MGS1 Snake's VR missions in MGS2
    • USA
I know what to do.
I've going to have a variable that is set when he is low on health, and when the variable is set, he can no longer use the power charge move, however how can I make it where in the next round, the variable is reset(because he has full health)?

Would choosing me for the question thread be a
unique experience?  I can't really say.
Re: A couple of questions for some extras I want to implenet in my character
#4  June 16, 2010, 07:11:46 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
Why are you using a variable.

Trigger1 = life < value

It's going to be the same thing without a variable involved.


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.
Re: A couple of questions for some extras I want to implenet in my character
#5  June 17, 2010, 01:51:39 am
  • ****
  • Working on MGS1 Snake's VR missions in MGS2
    • USA
Now how can I make it where the characters also change to black and white?(Like what Borghi did with Noroko's fatal move)

Would choosing me for the question thread be a
unique experience?  I can't really say.
Re: A couple of questions for some extras I want to implenet in my character
#6  June 17, 2010, 03:53:07 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
What, both characters?

You can't affect P2 directly unless it's a custom state, and this is only possible otherwise in a full game.

Once more, it's just palfx and life.

If it was a full game you'd look at trigger1 = enemy, life < value


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.