Quote:
Originally posted by WanDaMan
Use KGSI or what ever it's called!
It's hard to read that way, like this!:
NPC Code:
if (playerchats){
if(strequals(#c,destroy)){
if(strequals(#g,NPC Admin)) {
destroy;
}
}
}
Easier to read, rawr
|
Why? They are all related, and I find R0bins just as easy to read.