DangerZone 21 Posted November 19, 2015 I am trying to figure out how to get the game to draw a picture or pictures during battle instead of the actor's sv battler. This includes changing the picture(s) when the actor attacks, defends, casts magic or uses an item. I just need help figuring out where I should start? I am not the best with JS but I am also not hopeless. Any help will be appreciated and credited. Share this post Link to post Share on other sites
+ TBWCS 953 Posted November 19, 2015 I would advice you to look at Spriteset_Battle. You notice that it shows you the Sprite_Actor being recreated the same number how many actors you have. In all sense, if you want to edit something it should be the Sprite_Actor. I took a look at it because I was planning the same thing, but then I realized it was different on how I did it in Ace. But if you want to do it on your own I'd say you should look at the Sprite_Actor class and recreate your own to replace the SV Sprites. 1 Share this post Link to post Share on other sites
DangerZone 21 Posted November 20, 2015 I would advice you to look at Spriteset_Battle. You notice that it shows you the Sprite_Actor being recreated the same number how many actors you have. In all sense, if you want to edit something it should be the Sprite_Actor. I took a look at it because I was planning the same thing, but then I realized it was different on how I did it in Ace. But if you want to do it on your own I'd say you should look at the Sprite_Actor class and recreate your own to replace the SV Sprites. Thank you for your reply Then that is where I shall start. Share this post Link to post Share on other sites