• Welcome to Freedom Reborn Archive.
 

make into villian

Started by bearded, December 07, 2008, 12:07:13 AM

Previous topic - Next topic

bearded

as we all know you can easily make into hero.
here's my workaround for make into villian.
spawn a tiggot for each hero less than 4, then spawn a clone of the hero you want villianized.  this leaves a blank ai character you can custom ai to do what you want.  like target the other heroes.  delete all the tiggots and the original hero.
seems like there must be an easier way to do this however.  how does the clone ray work?  shouldn't there be a way to clone a hero and deleting the original?

GogglesPizanno

You might try:

AI_DestroyHeroAI(hero)

It will convert a Hero into a Minion.
Though Im not sure if it affects characters on a players squad in the same way it affects non-controlled characters.

bearded

bingo!  thank you, that's the command i was looking for.