View Single Post
  #10  
Old 06-26-2005, 01:04 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
Hmm, that would work..but what is switch for then?
not like switch is a graal-unique thing.. other langs have it, its purpose is to make things like more organized, also you can do something like

NPC Code:

case 1:
case 2:
case 3:
player.chat = "foo";
break;


while the elseif form of that would be much longer
Reply With Quote