View Single Post
  #20  
Old 02-14-2004, 06:22 PM
Riot Riot is offline
Delteria Management
Join Date: Nov 2003
Location: Seminole County, Florida
Posts: 280
Riot is on a distinguished road
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.
Reply With Quote