Robeloto
Refugee
I am a bit embarrassed I need help with this...
If I want new zombies added to the entitygroups.xml and I want to insert this new zombie after a specific zombiename. How would I do it the easiest way?
<insertAfter xpath="/entitygroups/entitygroup/entity[@name=zombieMaleHazmat]" />
<entity name="zombieNewZombie" prob="0.1" />
</insertAfter>
I only know this much and it is not enough. Would really appreciate some help here.
If I want new zombies added to the entitygroups.xml and I want to insert this new zombie after a specific zombiename. How would I do it the easiest way?
<insertAfter xpath="/entitygroups/entitygroup/entity[@name=zombieMaleHazmat]" />
<entity name="zombieNewZombie" prob="0.1" />
</insertAfter>
I only know this much and it is not enough. Would really appreciate some help here.