Hello there
I just noticed something in the manual who no one use and it is the
untilsince I never saw this in other script I thinked it was a non usefull key but I was curious so I play a little with it and it is pretty usefull for Condition method in script
for be more understable I will explain with a damage control and invincible stat's
def stats (hp,turn) @hp = hp @turn = turn do damage.nil until @turn < 10end(don't check my code I just put it for exemple)
but what I wanted to say it a short way to create temporary condition
Well it was I figure out about this
I just noticed something in the manual who no one use and it is the
untilsince I never saw this in other script I thinked it was a non usefull key but I was curious so I play a little with it and it is pretty usefull for Condition method in script
for be more understable I will explain with a damage control and invincible stat's
def stats (hp,turn) @hp = hp @turn = turn do damage.nil until @turn < 10end(don't check my code I just put it for exemple)
but what I wanted to say it a short way to create temporary condition
Well it was I figure out about this

