viewing paste Unknown #6894 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14
-   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;
 
}
Viewed 848 times, submitted by Guest.