New to this forum

Tyreestyles504

New member
Happy New Years everyone! I'm new and would like to know how to implement a password that involves the game movement, like a speacil move or route to make a password
 

baardbi

Well-known member
Happy New Years everyone! I'm new and would like to know how to implement a password that involves the game movement, like a speacil move or route to make a password
Happy New Year and welcome to the forum.

I'm not 100% sure what you want to do. But maybe this can be of some help to you:

 

SHLIM

Active member
Happy New Years everyone! I'm new and would like to know how to implement a password that involves the game movement, like a speacil move or route to make a password
what you could do is create a user variable, then incriment it each time the correct direction is pressed, and reset it wjhen the incorrect direction is pressed... then say if the code is up down up down the variable will be 4 once completed correctly, so just make a bit of code that triggers your action when it reaches 4.
 
Top Bottom