Author Topic: Coded Door  (Read 1534 times)

A coded door which allows certain players to access through the entrance. There may be a few bugs to this build, I apologize for this matter, but please, enjoy!
The pass-code is 6-5-1-7-2-3-8-4.

Note: All are default events.

Screenies.



                           Download
« Last Edit: November 22, 2009, 08:37:08 PM by BlydeBadger »

I made one of these. Out of VCE. You could change the code in a instant.
EDIT: I am not concered about you stealing this in any way, because any amount of numbers higher than.. like.. 7 digits turned the current variable into a "e"...
« Last Edit: November 22, 2009, 08:34:32 PM by Lugnut1206 »

I had one of these for a massive briefcase, but it was overcomplicated.

i just wish i knew how to use variables... for like mining and stuff

Note: All are default events.
FUUUUUUUUUUUUUUU
UUUUUUUUUUUUU
UUUUUUUUUUUUU
UUUUUUUUUUUUU
UUUUUU-




FUUUUUUUUUUUUUUU
UUUUUUUUUUUUU
UUUUUUUUUUUUU
UUUUUUUUUUUUU
UUUUUU-




lolfail


Meh.
http://forum.blockland.us/index.php?topic=79291.0



By the way, are you holding the wrench backwards, or is it just me?


I made one of these once, but I was lazy and it was only a 3 number password.

I always used to make houses with these locks.


FUUUUUUUUUUUUUUU
UUUUUUUUUUUUU
UUUUUUUUUUUUU
UUUUUUUUUUUUU
UUUUUU-

Really, you are a jackass. Default events are GOOD.


I made one of these. Out of VCE. You could change the code in a instant.
EDIT: amount of numbers higher than.. like.. 7 digits turned the current variable into a "e"...

I did the same thing. I had a 'NumCount' variable that increased each key hit. After six hits, I had it divide the number so that the first number in the combo was in the ones place, then I had it round the number down, so that the remaining number was the first number in the combo, then I multiplied it to the number to have 6 digits, then it would subract that number from the original code, then add the new number.

Might see complex, but here's an example:

Entered Code: 123456

Number Hit: 7

New Code: 234567

Get it? This way if a new number was hit, no 'e+blahblahblah' crap would appear. It would just remove the first number, and add the 7th number as the 6th number. I can post the events if you like. I used alot of eye-candy. :)