Quote:
Originally Posted by Neal Stevens
Like this? .....
|
Hi Neal,
What you tried looks good.
Seems that further down in the mission godmode is reset back to false for all RT boats.
Look for the code lines:
for RTBoat in RTBoats:
RTBoat.enableGodMode ( False )
RTBoat.enableSubFocusing ()
and change False to True
I think that should do it.
TT