Is there a way to select a case range from the NPC.cs rather than writing each number individualy? and if so how?
Example if my Npc UID's from 1 to 100 all did the same thing rather than doing:
Case1:
Case2:
Case3:
Case4: ect ect ect
Is there Something like:
Case1 < Case100:
That could be used instead.






