Saying "please" does go a long way you know
Oh, and welcome to the forums!
So, if you want a soldier to follow you, browse for the script named "appear-ally-team1" (or something similar). It should be located in: "scriptbank\dark ai". Put this in his
start script area. Then, go to the same folder (Dark AI) and assign to his
main field the script named "main-weapon". Click "apply changes" and that should do it!
As for model pack 53, you should be able to get the guy to keep following you if you walk back up to him. If you don't want to do that, then you'll need to make some tweaks to the scripts. I'm not going to test this, but make a COPY of the MAIN script you want to use, open it up with notepad and try copying and pasting in the following:
:always:localvar=10
:plrdistwithin=200,varequal=0:setvar=1
:plrdistwithin=200,varequal=1:aifollowplr=0
:plrdistfurther=200,varequal=1:aifollowplr=1
I don't know if it'll work, but it's the simplest solution that requires the least amount of changing. Otherwise, it takes a lot of rewriting in order to get the desired effect
Have fun!
Captain Coder
As a believer in Jesus Christ, I am trying to use my passion for game creation for His glory.