Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Help needed!

Zephyrim

Villager
Xy$
0.00
Okay, so I'm creating a futuristic game where there are doors that the player must find passwords for in order to open them. Is there any way to pull up a number pad in-game for the player to select numbers which is then run through a program to check if the number entered matches the password, and if it does it turns a switch on? There might already be a plugin for this, but I haven't been able to locate one yet... Any help here is appreciated! ^-^
 

Boy Who Codes

Praised Adventurer
Xy$
0.00
One way to do this is to create a blind actor. This means a nameless, faceless actor. Then, create an event where you can change the name of that actor. And then create a conditional branch and check that if that actor's name is x, then do y.
 

Zephyrim

Villager
Xy$
0.00
One way to do this is to create a blind actor. This means a nameless, faceless actor. Then, create an event where you can change the name of that actor. And then create a conditional branch and check that if that actor's name is x, then do y.
I see how that would work, yeah! How do you create the name-changing event, though? Is that the "Name Input Processing..."?
 
Top