@Xikini Sure, I want this way:
There is a Party group, if someone in the party has the storage x, the script start to work. If a random player in the party get hurt, the script will heal him, using this: doCreatureAddHealth(partyMembers, math.random(min, max)).
As it is now, if a player takes...