Hello everyone,
I've seen an old topic about that subject, explaining how to create an event conditions based on chance.
Unfortunatly the topic is now closed, and as a newbie on RPG Maker MV and here on the forum, i'm writing cause i need more informations.
I would like to use "Luck" as a lockpicking ability, trough events that will check the luck stat of all the party members .
A simple check of the stats like :
If luck ≥ x ; then you win an object for exemple.
I've found that script : $game_party.members[0].luk
But i don't how and where to use it exactly through events..
Thanks a lot for reading me.
here is the old topic.