View unanswered posts | View active topics It is currently Sat Jun 15, 2024 9:53 pm



Reply to topic  [ 4 posts ] 
 Need an all actor sentry mode script 
Author Message
User avatar

Joined: Fri Jun 10, 2011 4:37 am
Posts: 201
Location: Oregon, USA
Reply with quote
Post Need an all actor sentry mode script
I'm trying to update the assassination scene, I've got everything fix but I need a script or something that will place all actors or all of a team in sentry mode so they don't move around.


Mon Oct 15, 2012 5:48 am
Profile
DRL Developer
DRL Developer
User avatar

Joined: Thu Jun 11, 2009 2:34 pm
Posts: 966
Location: Moscow, Russia
Reply with quote
Post Re: Need an all actor sentry mode script
They probably move because they don't have weapons when spawned. If they have to pick up weapons on start, they'll move even in sentry mode.


Mon Oct 15, 2012 6:52 am
Profile
User avatar

Joined: Fri Jun 10, 2011 4:37 am
Posts: 201
Location: Oregon, USA
Reply with quote
Post Re: Need an all actor sentry mode script
Well the weapons spawn they just don't pick them up at the very beginning then when they do pick them up they start hunting me down.


Mon Oct 15, 2012 7:07 am
Profile
DRL Developer
DRL Developer
User avatar

Joined: Thu Jun 11, 2009 2:34 pm
Posts: 966
Location: Moscow, Russia
Reply with quote
Post Re: Need an all actor sentry mode script
You probably need to edit scene file and give troops their weapons instead of just dropping them on the ground nearby. Something like this:

Code:
   PlaceSceneObject = AHuman
      CopyOf = Dummy.rte/Dummy
      AddInventory = HDFirearm
         CopyOf = Dummy.rte/Blaster
      Position = Vector
         X = 3591
         Y = 1086
      HFlipped = 1
      Team = 0


Mon Oct 15, 2012 7:49 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 4 posts ] 

Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.044s | 13 Queries | GZIP : Off ]