• 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!
Password in Events

Tutorial Password in Events 2017-02-24

Mr. Gela

Discord: theo#7722
Member
Joined
Jul 19, 2015
Posts
185
Kiedisticelixer submitted a new resource:

Password in Events - Using a text input scene to make the player type a word, and check if it's right.

What's this?
In Pokèmon Black2 and White2 you're given several passwords at some point during the game, for you to introduce in order to open a door and progress through the game. We are going to do just that.

Show me the goods!
Not much to show here.
W7k8hdC.png


Alright, what do I do?
I have baked a very simple method, for you to place above Main, in a new script section if you please.
Code:
Expand Collapse Copy
def passCheck(password)...

Read more about this resource...
 
Back
Top