Ah ok. Well then turrets from UT3 and UT2k4 are a type of vehicle. So you'll need to tell the bot to board the vehicle it is closest to. Its been a while, so I don't remember the actual script command there, but look through UT_Bot.uc to and or the script for the turret and its parents to see about a function setting the…
Thank you, that helped! :) I've gone through UT_Bot, UTPawn and UTVehicle_TrackTurretBase (closest thing I could find to something resembling script for the turret vehicle), and well, quite frankly I don't know what I'm looking for, and even if I'd of found something I wouldn't of known what to do with it. Further guidance…