Jump to content
  • 0

R> Script random partyinvite


PewN

Question


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

Request random party. i have a partyinvite script by xantara how can i do this.

onStart. player will get a random party max of 5. if the Team A is 6 the 1 will go on team B. then. team b will warp on prontera,10,10 and team a will warp on prontera 20 20. thx

my code.


Seasonia,0,0,0 script Tykes 100,{
end;

OnInit:
waitingroom "Battle Station",11,"Tykes::OnStart",11;
end;

OnStart:
set $team,1;
if($team == 1){
set @teamA,1;
partyinvite team1,1;
}
if($@partymembercount >=5 ){
partyinvite team2,1;
set @teamB,1;
}
break;
}

Edited by bVersatile
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...