View Single Post
  #13  
Old 06-26-2005, 09:35 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally Posted by KuJi
So it is some sort of replacement of else?

EX:
if (playerchats) {
if (strequals(#c,boo)) setplayerprop#c,boo; else
if (strequals(#c,bam)) setplayerprop#c,bam; else
if (strequals(#c,woo)) setplayerprop#c,woo;
}
This is why you learn how to code and not just memorize how things work...
Reply With Quote