#thread for when youre not speaking with 2 people at the same time

1 messages · Page 1 of 1 (latest)

drowsy heart
#

yes thats the thing, for what I wanted to accomplish its quite complicated

I wanted the cards to flip one by one, change rank, then unflip one by one an then score

but as of now it either:

  1. Flip all cards at the same time instantly, change their ranks, unflip one by one and then score (best scenario I got)

  2. Cards all change ranks at the same time before flipping animation is over, unflip one by one and score (I dont like this one)

Second scenario is in the clip

winged condor
#

That looks good

drowsy heart
#

did you see they changed rank before flipping though

winged condor
#

No

#

But you can probably change ranks after the flipping animation concludes

drowsy heart
#

the last 2 six

winged condor
#

Or do something like I said

#

With a patch

drowsy heart
#

I thought I had covered your suggestion but I think I didnt understand it correctly since it speaks of editions
When you have time could you explain it more?

winged condor
#

Speak of what

#

Just change it from editions to ranks

drowsy heart
#

Im gonna check your mod

#

whats the edition that does this?

winged condor
#

Spinagogue Champion

drowsy heart
winged condor
#

Does that work with bosses?

#

I think setting a variable on the card is what makes the most sense

#

rather than looking for a Joker

drowsy heart
#

I did it like that because it only flips the cards if you have 1 Flipper, having 2 of them doesnt give any additional effect

#

like the wheel? yes it does

#

but then again also using a consumeable with a flipped card works

winged condor
#

Setting a variable to true also avoids overlap

winged condor
drowsy heart
#

alright, adding a globar var for this feels too much kinda

winged condor
#

I didn't say global did I

drowsy heart
#

mmm but If i check the card's variable I would still need smods.find_card

#

to get it

winged condor
#

Nope

drowsy heart
#

you can get card.ability.variable without card?

winged condor
#

Wrong card

winged condor
#

The card is the playing card not the Joker

#

You set a variable on it

drowsy heart
#

I see what you mean

winged condor
#

Just like the Cosmos example

drowsy heart
#

like .toflip I guess

#

fair enough

#

ty for the input