RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Play animation when target is dead actor?

Started by jameswhite89, January 26, 2012, 07:31:33 AM

0 Members and 2 Guests are viewing this topic.

jameswhite89

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
The only limit is your imagination.

My artwork:
http://jameswhite89.deviantart.com/

My Music:
http://uk.myspace.com/jamescoversall

jameswhite89

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]
The only limit is your imagination.

My artwork:
http://jameswhite89.deviantart.com/

My Music:
http://uk.myspace.com/jamescoversall