Can you copy/paste text in-game?
harry9
Member Posts: 2
Is there a way I can provide text such as a level password that can be copied and later pasted?
Comments
One (basic) way to do this:
Create three text attributes (for example: text.password, text.copy, text.paste)
edit text.password with your password, leave the two others blank
to copy the password: when your condition is valid, change text.copy to text.password
to paste the password: when your condition is valid, change text.paste to text.copy
You can also use tables if you know how to use them.
And you should save (and load) the copied password, to make sure, that it is still copied when your game crashes