Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.
Is there anyway to begin a event on your start position, because i want to let the player say something when de game started and the player started on his position. Get me?
Is there anyway to begin a event on your start position, because i want to let the player say something when de game started and the player started on his position. Get me?
What you're trying to do is run an event as soon as the game is starting. Make an event; then there should be a drop-down box somewhere in your even box that says "Action Button" or something along those lines. Now, set it to Autorun, and put your event commands in. Then, open your event commands, search for "Control Switches" or something along those lines. Set a switch to ON, make a new event page, and set in the left hand corner of that page "SWITCH(X) = ON" as a condition for it to run. SWITCH(X) is the switch that you activated in Page 1.
1. Set your Trigger to Autorun.
2. Set whatever you want your event to do.
Circled In Event Box: Set a Switch
3. Create a new page.
4. On that new page, on the left hand side where it says "Conditions", set the switch that you set in the first page.
Or if you want to save switches, replace "Control Switches" with "Control Self-Switch: A is ON", and on the second page, check the Self-Switch box rather than the Switch box.