YesNoOk
avatar

Pallete Another Form (Read 381 times)

Started by ShunpoHadouken, January 20, 2009, 02:17:25 pm
Share this topic:
Pallete Another Form
#1  January 20, 2009, 02:17:25 pm
  • **
I have found it on warusaki's Ryu.
When you choose ryu's normal palletes(Without pressing start)...you choose the normal ryu.
But when you press start and other buttons while selecting ryu, he became evil ryu?
How you make it like that? How was that?
Thanks.
Thanks For Any Help!!!
Re: Pallete Another Form
#2  January 20, 2009, 02:31:46 pm
  • *****
  • Hedgehog Whisperer
  • Red Bull addict
    • Spain
    • xgargoyle.mgbr.net
Evil Ryu specific commands are triggered only when a specific palette is selected.
XGargoyle: Battle posing since 1979
http://xgargoyle.mgbr.net
http://www.pandorabots.com/pandora/talk?botid=e71c0d43fe35093a  <-- Please click that link
Re: Pallete Another Form
#3  January 20, 2009, 02:32:21 pm
  • ******
  • I hang out tough. I'm a real boss.
    • USA
    • litotichues.com/
[mcode]palno
[/mcode]

pallets 1-6 are pallets you choose without holding start

7-12 you hold start to choose.

to get the effect kabe uses, you can add this to statedef 5900.

[state 5900,Ryu_or_Evil_Ryu]
type = varset
trigger1 = 1
var(55) = ifelse((palno=[7,12]),1,0)

using what i told you above, the variables' value will vary depending on the palno, so you can trigger certain moves depending on the value of the variable.


or if you want your variable, you can just go around triggering things when "palno=blah", the variable just makes it simpler.
Re: Pallete Another Form
#4  January 21, 2009, 01:32:44 pm
  • **
Oh Thank you.
I thought he only use palno.
Thank you.  :)
Thanks For Any Help!!!