Skip to main content

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

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