Dr. Mojo- PhD 0 Posted August 17, 2007 Trying to add an action in game. Part of the mission is to have special forces destroy some documents on a computer. I want the player to be able to go up to the computer and select "Destroy documents" from the dropdown list. It completes an objective (objective 7) then removes this action from the action list. Any player can accomplish this action. Is there a way to do this with a trigger or object only without having to make a damn script for it? Share this post Link to post Share on other sites
[asa]oden 0 Posted August 17, 2007 Make a script for the action to execute by all means but the comp could have its addAction in the editor init string. g'luck. Share this post Link to post Share on other sites
Dr. Mojo- PhD 0 Posted August 17, 2007 It does. I was hoping to do it without using a script, just because it's a bit of a pain in the ass (I always get confused between SQS and SQF). Anyway, the SQS file works. Thanks. Share this post Link to post Share on other sites
Stonewall Jackson 0 Posted August 18, 2007 You might have too script it but it's not that hard...... Check out the "AddAction" and "ReMoveAction" Commands stonewall Share this post Link to post Share on other sites