Creating a number lock event

● ARCHIVED · READ-ONLY
Started by PheonixDeath1 8 posts View original ↗
  1. Anyone know how to force a player to input a password or number code into an event to unlock items?
  2. What do you mean "to unlock items" - items they already have in inventory? Or something like a door?


    You could use Number Input Processing to get a number into a variable, and then compare that variable with the correct code to see if you should unlock it. The same goes with a password - use Name Input Processing (with a "dummy" actor that's never going to be in the party), and then check that name against the real password.
  3. Shaz said:
    What do you mean "to unlock items" - items they already have in inventory? Or something like a door?

    You could use Number Input Processing to get a number into a variable, and then compare that variable with the correct code to see if you should unlock it. The same goes with a password - use Name Input Processing (with a "dummy" actor that's never going to be in the party), and then check that name against the real password.
    I thought that was how you do it minus the variable part does it pop up a window for the the player to input a code into?

    I meant like a door or like  a chest where you click on it and type in a code and if its correct you get what's inside.
  4. yes. Give it a go and see.
  5. Shaz said:
    yes. Give it a go and see.
    I am kinda confused on how it is working.... Lol

    I think i should tinker with it more or something cause i am not sure i can understand it unless i see it visually.

    I GOT IT NOW
  6. Chest with code:

    Spoiler
    AceChestWithCode_zpsdd80f404.jpg
    Chest with password:

    Spoiler
    AceChestWithPassword_zps47ec3227.jpg
    Both of these just use a Quick Event, and add a few extra commands.
  7. Shaz said:
    Chest with code:

    Spoiler
    Spoiler
    Chest with password:

    Both of these just use a Quick Event, and add a few extra commands.

    I did the number one without the screenshot but the password i needed the screenshot thank you very much.
  8. This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.