Skip to main content

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

Hello !

I just started to use RenJS so i'm sorry if my question looks stupid but we tried a bit everything we" knew".  I m  currently learning javascript so maybe there is something i could do I didn't know.

I just wanted the name written in the input to show in the name box. I could do that because i found it here in the forum.  This is my code :

  - text: Please write the name you wish to use.
  - call showInput:
  - text: My name will be {username}
  - play morningBGM:
  - show halfway: WITH FADE CONTINUE

So I tried :

- {username} says: blabla..

But it didn't work, I don't think it's impossible to show the input name.