The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Tutorials and Eventing => Topic started by: masterblade600 on March 14, 2010, 09:46:14 PM

Title: recall item
Post by: masterblade600 on March 14, 2010, 09:46:14 PM
this is a very short tutorial for making a item that revives the party instead of getting a gameover.
first make the item [i just call it a recall but you can name it something else]
then create a common event like this
<>branch if recall is possessed:
<>full heal:entire part
<>
else handler:
<>game over
<>

now go to battle layout and set the random encounter death handler to call common event then select the event that has youre recall.

if you dont understand the event im either not descriptive enough or youre an idiot.
Title: Re: recall item
Post by: Seroms_01 on July 18, 2010, 08:20:20 AM
Cool thanks dude I think I Will use this!!