Dori Posted December 10, 2014 Posted December 10, 2014 Is there away to make healing items from being consumed when your HP and SP are full? for example ygg berry? Thanks in advance. Quote
Nerfwood Posted December 26, 2014 Posted December 26, 2014 (edited) Try changing the code to something like this: { .@hp = HP*100/MaxHP; if(.@hp==100) { percentheal 100,100; } },{},{} Edited December 26, 2014 by Nerfwood Quote
Emistry Posted December 27, 2014 Posted December 27, 2014 ..............{ if ( Hp < MaxHp ) { percentheal 100,100; } },{},{} Quote
Dori Posted January 8, 2015 Author Posted January 8, 2015 Both of these didn't work. Ygg berry still gets consumed when your health is completely full. Quote
Question
Dori
Is there away to make healing items from being consumed when your HP and SP are full? for example ygg berry?
Thanks in advance.
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.