#Changing dash number/hair color in a Lua cutscene

23 messages · Page 1 of 1 (latest)

inner jacinth
#

I have a cutscene on a map with 2 dashes, and I want Madeline to have her red hair like when she has a single dash, or when you talk to granny in that room at the beginning of Core. How do I do that?

gusty cloud
#

Set dashes and maxDashes to 1 during cutscene

inner jacinth
#

How?

gusty cloud
#

idk because I haven't used lua cutscene

inner jacinth
#

Lua cutscenes couldn't find maxDashes. Is it how that's spelt?

#

Dashes works, but it just gets refilled

gusty cloud
#

oh maxDashes is a get property that can't to set

#

Maybe set dashRefillCooldownTimer to 99999 (

inner jacinth
#

Is there a way to turn refills on and off?

inner jacinth
gusty cloud
#

just even 2147483647

#

seems I remember that the cutscene automatically disables dash refill but I forgot

inner jacinth
#

But mine is in Forsaken City, so I do have that problem

versed geode
#

I might reccomend some flag trigger triggers overlapping your cutscene pointing to other triggers

#

I think there’s a setMaxDashes trigger of some sort iirc

inner jacinth
#

Isn't there just a way to disable refills?

versed geode
#

Oh that’s setting inventory

#

Might be able to do it directly within the cutscene, can def do it via triggers

inner jacinth
#

Can I make a custom inventory?

inner jacinth
#

Solved it. I wanted to make CH6End with a single dash, until I realized that was just Default, so I switched to that for the cutscene. Thank you! I'm so happy right now!

versed geode
#

Nice!

#

and for future reference, Maddie’s helping hand has a custom inventory trigger. Very useful.