Laganrok 1 Posted March 2, 2020 (edited) I'm trying to use enemy max hp ($data_enemies[x].mhp) in a script call: but the game crash: there is a way to use it? Edited March 2, 2020 by Laganrok Share this post Link to post Share on other sites
Kayzee 4,032 Posted March 2, 2020 (edited) Use $data_enemies[x].params[0] for that. Edited March 2, 2020 by Kayzee 2 Share this post Link to post Share on other sites
Lord Vectra 414 Posted March 4, 2020 You will find the corresponding stats and their numbers in Game_BattlerBase line 57 - 84 Share this post Link to post Share on other sites
Kayzee 4,032 Posted March 4, 2020 (edited) I still am really confused about why your images just don't show up for me... Also: The numbers can also be found buried in the RGSS reference part of the VX Ace help file where it explains all the built in classes and database classes. There is tons of helpful information there actually! Edited March 4, 2020 by Kayzee 1 Share this post Link to post Share on other sites
Lord Vectra 414 Posted March 4, 2020 5 minutes ago, Kayzee said: I still am really confused about why your images just don't show up for me... Its scared of my absolute majesticness Share this post Link to post Share on other sites
Kayzee 4,032 Posted March 4, 2020 (edited) Honestly I still think it's because I am not logged in to discord. :/ Edit: Funny, they show up if i right click and select view image. I think it's a form of hotlink protection. Edited March 4, 2020 by Kayzee 1 Share this post Link to post Share on other sites