Thread: Ok, Judge Poll
View Single Post
  #13  
Old 04-03-2001, 06:26 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Blah, you could even code in that you can let the judge control if the jury sits in a specific place or not... Ahem:
NPC Code:
if (playerchats) {
if (strequals(#g,judge)&&strcontains(#c,warp jurymember)) {
for (this.p=0;this.p<playerscount;this.p++) {
if (strcontains(#c(0),#a(this.p))) {
players[this.p].x=x;
players[this.p].y=y;
}
}
}
}


__________________

Reply With Quote