YesNoOk
avatar

Victory quotes on a clone opponent or rival (Read 426 times)

Started by darknight09, December 30, 2011, 01:32:50 pm
Share this topic:
Victory quotes on a clone opponent or rival
#1  December 30, 2011, 01:32:50 pm
  • avatar
  • *
do mugen 1.0 has a option that if my character defeated a clone of him or her self  can i add a victory quotes about that characte's look alike.
Re: Victory quotes on a clone opponent or rival
#2  December 31, 2011, 02:40:20 am
  • ***
  • Nevermore!
Lord Noble Eye of Dezeroff; High Commander of the Reconnaissance Division, Airborne Corps; Fifth Seat in the Murder's Council; and Duke of Corvus
Re: Victory quotes on a clone opponent or rival
#3  January 04, 2012, 05:31:58 pm
  • avatar
  • *
sorry for the long reply new years vacation where do i put this

;General:

victory0=
victory1=
victory2=
victory3=
victory4=

;VS Ryu:

victory5=
victory6=
victory7=
victory8=
victory9=

;VS Ken:

victory10=
victory11=
victory12=
victory13=
victory14=

The sctrl is ( apparently ) traditionally put in Statedef 180 but it doesn't really matter at all where it goes. I personally use Statedef -2

[State General Quote]
type=victoryquote
trigger1=1
value=0+(random%5)
ignorehitpause=1
persistent=1

[State VS Ryu Quote]
type=victoryquote
trigger1=p2name="Ryu"||p4name="Ryu
value=5+(random%5)
ignorehitpause=1
persistent=1

[State VS Ken Quote]
type=victoryquote
trigger1=p2name="Ken"||p4name="Ken"
value=10+(random%5)
ignorehitpause=1
persistent=1

to make it work?