[SOLVED]
Where do I add the namalsk zombies NS_zombie1, NS_zombie2, NS_zombie3
Would like to see how they act.
Is it something like the following:
zombieClass[] = {
"z_soldier",
"z_soldier_heavy",
"z_soldier",
// "z_worker1",
"z_NS_zombie1",
//"z_worker2",
"z_NS_zombie2",
//"z_worker3"
"z_NS_zombie3"
};