This is my code:
while(true){
for(int x = 0; x < 10; x++){
StringArray[x] = new string();
if(isDead){
break; //break out of while loop also
}
}
}
How should i do this please, sorry if my english is good,i still learning.