Author Topic: Zombie Mod Help  (Read 497 times)

I'm creating some new Zombies and I need a little help.

First, I was wondering how to mount a weapon to a zombie. Just an image would be fine if I can't get an actual image.
Secondly, I'm wondering how to make it so that there is a set apperance, not a randomized one.
I had a third question but I can't remember it at the moment.

Fast responces would be great as I don't have very good access to the internet.

Why another one? We have 2 now.

For my own use. I wasnt' thinking of releasing them. They're not really zombies, more of a Non-Player enemy.

First, I was wondering how to mount a weapon to a zombie. Just an image would be fine if I can't get an actual weapon.

Made an error.

%aiplayer.mountImage(%slot, %image);

%aiplayer.setImageTrigger(%slot, %boolIsOn);

function %data::onAdd(%data, %obj)
{
   %obj.setNodeColor(%node, %color);
   %obj.unHideNode(%node)
}