mob/var/list/{L1[10];L2[10]}
and then I create NPCs:
mob/NPC/{NPC1;NPC2;NPC3}
They all would have the lists applied to /mob. Thus wasting space.
So if I:
mob/NPC/New() for(var/list/L) L = null
Would that make sure there are no lists attached to /mob/NPC?
Heehee. Compact coding for the win.