YesNoOk
avatar

Adding winquotes for characters (Read 253 times)

Started by hoboman29, June 28, 2012, 10:26:32 pm
Share this topic:
Adding winquotes for characters
New #1  June 28, 2012, 10:26:32 pm
  • avatar
    • USA
    • collinzanche@yahoo.com
Hello I'm new here but I have a question:
How do I add winquotes to a character because a lot of the ones I have don't have any and win screens are dull without anything on them so if anyone could help it would be appreciated. I'm running M.U.G.E.N 1.0
Last Edit: July 03, 2012, 06:17:30 pm by hoboman29
Re: Adding winquotes for characters
#2  June 30, 2012, 08:28:46 am
  • ******
  • I hang out tough. I'm a real boss.
    • USA
    • litotichues.com/
1. Open Kung Fu Man's CNS file.

2. CTRL+F: "[Quotes]"

3. Copy his quote section to another character and follow the syntax.
Re: Adding winquotes for characters
#3  June 30, 2012, 02:51:38 pm
  • *****
  • Hug Pikachus!
    • USA

  • Online
If you are still wondering:

Here is the code from Pikachu.

Modify and paste this before the actual statedefs.

Code: (mugen)
[Quotes]
; Up to 100 victory quotes can be specified per language (victory0 - victory99)
victory1 = "Pikachu has beaten you!"
victory2 = "You got beaten by Pikachu!"
victory3 = "This Pikachu is better than you!"
victory4 = "This is why you should hug Pikachus!"
victory5 = "Next time, offer Pikachu apples instead of knuckle sandwiches."
victory6 = "Pikachu beats you. Shocking isn't it?"
victory7 = "From this battle, Pikachu had gained a level!"
Hug the Pikachus!

Hug A Pikachu Today!
Re: Adding winquotes for characters
#4  July 03, 2012, 06:17:00 pm
  • avatar
    • USA
    • collinzanche@yahoo.com
Thanks for the help.