Legendary Cheerios
Re: Character Specific Win Quotes
I actually got it to work you need to create a statedef 180 inside his st1 file which is cvs_common and then change his mugenversion to 1.1
Thank You very much. I will try Your method and, as soon as possible, post back the results. Thanks.
------ Edit ------
Tried the following code, as Legendary Cheerios instructed (in st1 file, change mugenversion):
Code:
[Statedef 155]
.
.
.
[Statedef 180]
type = S
[State 180, Generic]
type = victoryquote
trigger1 = !time
value = 1 + (random % 37)
[State 180, Yuri]
type = victoryquote
triggerall = numenemy
trigger1 = enemy, name = "Yuri Sakazaki"; || enemy, name = "Yuri"
trigger2 = enemy, name = "cvsyuri"
value = 50
.
.
.
[Statedef 4000]
To no avail. Also tried:
- Removing the numenemy triggerall in specific quote code
- Changing the target quote (value) of specific quote code
- Removing trigger2 and OR operator of specific quote code
- Removing generic quote code
- Simplifying generic code value (to a simple "random % 38")
- Inserting Statedef 180 into other locations of st1 file
- Setting trigger1 in generic code to a simply "1"
- Changing state identifiers
To the same result.
It is alright. I really appreciate Your efforts, but that is not something critical. The character isn't even mine. Having the generic quotes is already great to me. Sorry to bother. Thanks.
Bookmarks