Re: Fixing default AI mode in b24 multiplayer?
Well, this is hardcoded, but you could add the lines under the Create function for those scripts:
Code:
for actor in MovableMan.Actors do
actor.AIMode = Actor.AIMODE_SENTRY;
end
Might get some freaky results though.