Hello everyone, i'm with a doubt how can i get to put a npc to bar(impede to continue) a player in the script if he weighs more than 121.
I try to create like this egs but i didn't have any advance:
if(Weight > 121) {
mes "You are heavy, please remove your extra weight.";
close;
}
Anyone could help me ???