• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

Giving the player a second name

UtterlyDisappointed

Pineapple Lord
Member
Joined
Jul 9, 2023
Posts
13
Hello, everyone. I'm working on a battle simulator inside of my game, and I'm trying to ask for a 2nd name from the player. It's supposed to ask for the name, then set it to variable 29. When interacting with the event, though, it just exits and doesn't even ask for any input. Is there any way I can fix this?
JjCZSY3.png
 
Hello, everyone. I'm working on a battle simulator inside of my game, and I'm trying to ask for a 2nd name from the player. It's supposed to ask for the name, then set it to variable 29. When interacting with the event, though, it just exits and doesn't even ask for any input. Is there any way I can fix this?
JjCZSY3.png
You're missing the closing ) for the pbEnterText function. You need one after the 7
 
Back
Top