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.
It's me again. I wanna script where when you activate script, you must pressing buttions, just like in Tomb Raider 7 and Anniversary. PLEASE HELP ME!!!!!!!!!!!!!!!!!!xO
Make one event. Set it to autorun. In the event command list create a control switch command and toggle on switch x. Add another event command and erase the event.
Now go into the common event section of the database. Set it to parallel process. Set the switch to the switch x. Create a conditional branch no need for the else conditional, thats the checkbox at the bottom of the conditional window. Go to the page that says button event whatever button you want to check for set it here. Now inside this conditional create another one with the same exact parameters just change the button for whatever other button you want to check for. So now you should have a conditional within a conditional. Inside the inner conditional this is where you would execute whatever you want to execute. If it's still a script you want to call. Use 'Script...'.