Charas-Project
Off-Topic => Really Old Stuff => Archive => General programming => Topic started by: Mr.Dark666 on October 01, 2009, 11:36:01 PM
-
So I'm making this puzzle for my VX game. Where you have to pik up 10 keys to open a treasuer chest.
How do I make it so it can only be open if you have all the 10 keys? ??? ???
:bend: :bend: THanks :bend: :bend:
-
Use a conditional branch to check how many keys the player has. If they have 10, proceed as usual, else nothing happens.
Wrong forum, by the way, but I'm sure the mods will take care of that given time.
-
THanks Obvious!!1 :bend: :bend: :bend:
I'm gonna gice it a try! :) :)