- script modparty -1,{ OnWhisperGlobal: // Leave party if player has one if (getcharid(1)) leaveparty; // Make party while player does not have one while (!getcharid(1)) makeparty "someparty_"+ rand(1,10000); end; }