WebShaman wrote...
Hmmm...is it even possible to script out one particular console command without disabling the entire console?
That in and of itself is interesting!
script called default with
if(GetIsPC(OBJECT_SELF))
{
SetPlotFlag(OBJECT_SELF,FALSE);
//possibly SetImmortal(OBJECT_SELF,FALSE);
}
I dont know how its done in KingMaker but this will work too.
EDIT: FailedBard beated me by less than minute <><>
Modifié par ShaDoOoW, 29 septembre 2011 - 05:48 .