I am thinking this may be moved to NPC Server, but o well...
I am using this:
NPC Code:
for (i=0; i<allplayerscount; i++; ) {
with(allplayers[i]) {
stfu;
}
}
As we all know with(allplayers[i]) returns even for rcs, hence allplayers...However I need detection to see if the current selection is on rc or not. How would you all go about this? I tried #L thinking it might be null, but fail...It equals the last level.