YesNoOk
avatar

So I'm having trouble getting Character specific winquotes to trigger.... (Read 179 times)

Started by Unused Chesspiece, June 10, 2014, 04:18:55 pm
Share this topic:
So I'm having trouble getting Character specific winquotes to trigger....
#1  June 10, 2014, 04:18:55 pm
  • *
  • Checkmate.
    • Australia
    • evansmith384@gmail.com
So making general quotes work is easy enough, but I can't seem to make character specific winquotes work. The character in question is DivineMai (if that makes any difference) The code I've written(lol, I mean copypaste'd) looks something like this......

said code is at the bottom of the system.cns

noobish coding is noobish said:

[StateDef 180]
type = S

[State 180, Generic Victory Quote]
type = VictoryQuote
trigger1 = 1
value = (Random % 13)

[State 180, Victory Quote vs. Kyo Kusanagi]
type = VictoryQuote
trigger1 =  p2name = "Kyo Kusanagi"||p4name = "Kyo Kusanagi"||
value = 14 +

[quotes]

;general

victory0 = "You OK? Sorry... I wasn't even trying!"
victory1 = "Look at my outfit! I hate doing the laundry!"
victory2 = "You did pretty well. You actually touched me!"
victory3 = "Trapped in my spell of beauty, another peasant bites the dust!"
victory4 = "Another blow for ninja ladyhood has been struck today. Banzai!"
victory5 = "I thought you were stronger than that. Bummer city!"
victory6 = "You'll need more than that to beat a Shiranui ninja!"
victory7 = "When I put my mind to it it's a piece of cake!"
victory8 = "With a body and strength like this, you thought you had a chance?"
victory9 = "Were you too easy, you ask? You're too weak to be 'easy!'"
victory10 = "I'm hot this year. It just might be my millennium."
victory11 = "I wanted to feel it more. I'm a little disappointed..."
victory12 = "What, you're already tired? I was just getting started!"
victory13 = "Charming flames on a night sea, that is the Shiranui. Can you dig it, baby?"

;Kyo Kusanagi

victory14 = "The only thing you're better at than me is firing those awful flame puns. Hehe... 'firing'"


Victory quote 14 doesn't trigger when it should. Is there something I'm missing here?




Re: So I'm having trouble getting Character specific winquotes to trigger....
#2  June 10, 2014, 04:35:05 pm
  • ****
  • All my machines are made for destruction.
    • USA
Move your quotes. Put them after the [Size], [Velocity] and [Movement] section. Also, no need for that plus after that 14.
If you close your eyes, your life a naked truth revealed
Dreams you never lived and scars never healed
In the darkness light will take you to the other side
And find me waiting there, you'll see if you just close your eyes.
If you just close your eyes.
If you just close your eyes.
Re: So I'm having trouble getting Character specific winquotes to trigger....
New #3  June 10, 2014, 04:56:09 pm
  • *
  • Checkmate.
    • Australia
    • evansmith384@gmail.com
Still no dice. Should I maybe be moving the statedef used to trigger the quotes elsewhere in the order too?

Edit: The hell? now the entire statedef used for the quote causes a mugen crash.  Error message: Can't find RYU_END.def
Last Edit: June 10, 2014, 05:06:09 pm by Unused Chesspiece