The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: jameswhite89 on January 26, 2012, 07:31:33 AM

Title: Play animation when target is dead actor?
Post by: jameswhite89 on January 26, 2012, 07:31:33 AM
Is there a way this can be done? Iv just sat and drawn an animation for resurection but i discovered that it seems to not play animations when your target is a dead actor.. is there a fix for this? Scripts im currentley using are from KGCYanflyPLUS Base Demo
Title: Re: Play animation when target is dead actor?
Post by: jameswhite89 on January 26, 2012, 02:15:57 PM
never mind just found out this is fixable
You can fix this by replacing line 191 of the Sprite_Base class with:
CODE
sprite.opacity = cell_data[i, 6]