Having a little issue with one hero not wanting to swap in our out of the party via scripting. Here is the code:
Code: Select all
set tag(tag:deathscript,on)
swap out hero (hero:Fred)
swap out hero (hero:Gluep)
swap out hero (hero:Alan)
add hero (hero:Harvey)
destroy npc (3)
create npc (6,8,2)
fight formation (162)
swap out hero (hero:Harvey)
swap in hero (hero:Fred)
swap in hero (hero:Gluep)
swap in hero (hero:Alan)
set tag (tag:deathscript,off)I double checked the HSI file and it shows his name as hero:Alan, so I think I'm good there...any suggestions?