Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

CHE-BURNY

2
Posts
1
Followers
8
Following
A member registered Feb 23, 2019 · View creator page →

Recent community posts

Hi Wattson, thanks for the content!

I have a question with making a callback to a character when the player has input their own name. I've been trying a few things but nothing is working. Any ideas what I need to put instead of the %(P)s  ? Thanks anyone in advance.

This is my code:  

(WORKING FINE) define t = Character('Topaz', image='i_topaz.png', color="#d2be0a", callback=name_callback, cb_name='t') image i_topaz =At('i_topaz.png', sprite_highlight('t'))

(NOT WORKING DUE TO NOT RECONGNISING INPUT NAME.)
define P = Character('%(P)s', image='i_mc1l.png', color="#e712b2", callback=name_callback, cb_name='%(P)s') image i_mc1l =At('i_mc1l.png', sprite_highlight('%(P)s'))

Cool game! The progressive introduction of new puzzle mechanics makes me interested to see where this title might go from here.