Hello Luna
It worked, I'm really happy !
Thank you very much Luna for your fast help and also for developping RenJS. I always wanted to make my own visual novel and i really enjoy using this.
Yuna ~
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.