I'm trying to create zombie sieges on a base but the zombies won't spawn unless they are put on west side and I need them on the independent side for the soldiers to attack them.
This doesn't work:
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_zgroup = createGroup resistance;
&#34;NeM_Zombie_1&#34; createUnit &#91;getMarkerPos &#34;base_zombieattack&#34;, _zgroup&#93;;
[/QUOTE]
This does however but isn&#39;t what I want:
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_zgroup = createGroup west;
&#34;NeM_Zombie_1&#34; createUnit &#91;getMarkerPos &#34;base_zombieattack&#34;, _zgroup&#93;;
[/QUOTE]

Also how do I spawn a certain amount of them at random positions within a markers radius?

And are there any good tutorials for making Dialogs?

(I&#39;m using Crappy Zombie Mod. Get it here)