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.
Does anyone remember how to remove the beginning bar at the start of battle that asks if you would like to fight or escape? Instead have the escape option put in the commands window? Thanks.
just add another s5 = "escape". Then on the update part of the actor_command_window, add the corresponding 'when 5' branches. For the escaping code, just copy it off the first 'fight & escape' command window...
Edit*
It works perfectly when i did it to the default battle system, however I am using Cogwheel's RTAB lol.
Now I did the same procedure while editting the RTAB, but millions of other errors came up. If anyone would like to help me, I would really appreciate it!
Here's the link to the RTAB