Jump to content
  • 0
funtwocrasher

Party Broadcaster

Question

1 answer to this question

Recommended Posts

  • 0

You didn't specify anything, but here's a pretty basic (and untested by me) one.

 

Hope it suits your needs:

 

prontera,150,150	script	Broadcaster	60,{	mes "What are you looking for?";	switch(select("A party:" + (getcharid(2) == 0 ? "A guild" : "") + ":Nothing")){		case 1:			announce strcharinfo(0) + "is looking for a party!",bc_all;			close;		case 2:			if (getcharid(2)) {				mes "Sorry, you're already on a guild.";			}			else {				announce strcharinfo(0) + "is looking for a guild!",bc_all;			}			close;		default:			mes "My job is serious.";			mes "Please, do not disturb my job.";			close;	}}

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.