Below is my party warper NPC, can anyone please edit this, so it will not warp the party if some members are not online?
Thanks in advance.
//The Warper to Mall
lighthalzen,150,105,6 script Mysterious Twin 812,{
getpartymember getcharid(1),3;
if( $@partymembercount < 3 ) { mes "Get more people in your party"; close; }
warpparty "abbey01",51,13,getcharid(1); end;
}