Topic: Please help me with triggers

Hi, I'm new.

Ok, here's my question: I want Texts to appear in the middle of the game.
For example, in the middle of the game a short text string appears "Hint: Check in the crates and barrels for hidden items". This should appear in the left middle side of the screen and then after a period of time, dissapear.
I know that I need Triggers for this but I don't know how to use them! :conf:
Please help! I appreciate any help possible, TY.

Re: Please help me with triggers

Now, that is easy. Make a new trigger with the 'Map Initialization' event. On the actions, set a timer. Now, create another trigger with the 'Time Elapsed' event and with the 'Display Text' action. On the 'elapsed time' event, set when you wish the text to be displayed.

Re: Please help me with triggers

Thank you! Very much big_smile