Quote:
Originally posted by -Ramirez-
...your point being? It's still going to be the same length as it would if it were assigned to a variable instead.
|
NPC Code:
if (blah in {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15})
NPC Code:
test={
1,2,3,
4,5,6,
7,8,9,
10,11,12,
13,14,15};
if (blah in test)
See a diffrence? The first is a lot longer, and LOOK more messy. I don't really want this to turn into a flame-war.
