Author Topic: If print equals  (Read 966 times)

Could somone make a event That like this

On activate_named brick_Ifprintequals_password_ namedbrick_door_dissapear
« Last Edit: December 28, 2008, 12:34:40 PM by Boomshan »

Try ing before you ask for this sort of thing. It already exists.

I mean like if the print equals a word like in tutorial when you fill in moo a door opens
i looked but it is for numbers not letters
« Last Edit: December 28, 2008, 12:36:19 PM by Boomshan »

ifPrintThenRelay (like I said, search) lets you check a brick's individual print for a specific.

Use toggle events and such to check multiple prints when you change them.

Wouldnt this be easier?

Quote
You could use setEventEnabled, toggleEventEnabled or combinations of the Variable Events to achieve this.

Don't just ask for the Automatic "do everything I want" event, be creative with existing ones.