urgent help required to unarm bots

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

JonnyOd

New Member
Mar 5, 2004
8
0
0
I'm putting together a demo for a game idea i've developed (part of a Game Art Masters programme).

I've managed to build a level, import custom textures, character models & animations and everything is working fine. What I need to do is include enemies that don't shoot - all I want them to do is chase the player character for a short time.

I've managed to spawn custom characters as bots but I don't know if I can stop them firing their weapons.

I'd appreciate it if anyone could help me - even if there is a way of faking this. I'm pretty desperate as I need to present this demo to an audience on Thursday.

thanks
 

dataangel

New Member
Apr 11, 2004
184
0
0
Inside mutator there's a defaultweapon function do a test with IsHumanController and set their weapon to none and turn off weapon switch ;)