prototype1479 63 Posted February 26, 2017 How can i make addaction command work local? Or only for 1 specific unit in MP Share this post Link to post Share on other sites
zulu1 145 Posted February 28, 2017 Assign player numbers in the init.sqs or unit names in editor. (P1, P2, P3...etc) Then P3 addaction XXX in your trigger or where ever. If no one slots in P3 then addaction won't work. You could put addaction in a trigger that fires once so who ever triggers it will have the action added. Or if you want the leader to get the action, assign a group name (ID) and use: Leader group alpha addaction xxx... Share this post Link to post Share on other sites
prototype1479 63 Posted March 4, 2017 Yeah it was a mistake i did while scripting it should work now. Sorry for wasting your time. Share this post Link to post Share on other sites