brizzle413 Posted September 8, 2012 Posted September 8, 2012 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; } Quote
Question
brizzle413
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;
}
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.