Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hiya!! First of all, I love this so much, it made my day so much easier because I am not a developper and I barely know how to "code" (I just figure it out as I go)
I managed to install it, and even got it working, yay!
But I do have a question, is there a way to make 2 sprites light up at the same time ? I tried this:
$ speaking_char = "character", "secondcharacter"
and it doesn't work, I'm guessing it's because there can only be one or none at the same time
is there a workaround, if it's something I have to manually add it's totally fine, of course!
I'd love it if you could explain as clearly as possible since I don't know much about the terms and stuff 😭 but I'd love the help

Main way to do this would be to define your character like 

define both = Character('Both', callback=name_callback, cb_name=['char1', 'char2'])

Hope that helps!

I tried adding that and it doesn't work 😭😭 I feel so stupid aaaa
I'm not sure how to do the little box for the code, but here:

define both = Character("Jeff & Ben", callback = name_callback, cb_name = ["je", "be"])

this is what I defined in the main script, but none of them light up when I write both in front of their sentence together