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.
Exactly how do I find the ID of an enemy? I have installed a real time action battle script, and it says set the ID of the enemies to whatever ID they have. Any help will be greatly appreciated. Thanks.
The ID of the enemy most likely relates to the ID in the database. 001 = 1, 010 = 10, don't use the leading zeros. Fill the hash or the array with those numbers.