The Mugen Fighters Guild
Help => M.U.G.E.N Development Help => Topic started by: Unused Chesspiece on June 10, 2014, 04:18:55 pm
-
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
[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?
-
Move your quotes. Put them after the [Size], [Velocity] and [Movement] section. Also, no need for that plus after that 14.
-
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