I think I earned that victory, and I really don't want to have to go through that pain in the butt siege tower battle again.
Nevermind...
Modifié par Lokiwolf, 02 février 2012 - 01:51 .
Modifié par Lokiwolf, 02 février 2012 - 01:51 .
kevL wrote...
hm i wonder if setting Garius PLOT - instead of Immortal - would stop him getting interrupted by stray arrows,
void UnhideGarius()
{
// garius stuff
SetPlotFlag(oGarius, TRUE); // kL
SetScriptHidden(oGarius, FALSE);
//kL SetImmortal(oGarius, TRUE);
}
void GariusCreatesPortal()
{
// summon nightwalker stuff ..
DelayCommand(5.1f, SetPlotFlag(oGarius, FALSE)); // kL
}