Jump to content
Sign in to follow this  
memphisbelle

Editor Initline command "removeallmagazines this" doesnt work anymore

Recommended Posts

hey there,

I am just about to edit a little in my mission and wanted to remove everythings from him with this commands in the initline:

removeallweapons this;
removeallitems this;
removeallmagazines this;

Now I noticed that it seems not to be possible anymore to remove magazines. Everytime I am doing this I get the same errormessage

ff0247037e.png

can anybody confirm that the command removeallmagazines this; is outdated or buggy?

I also tried things like naming the unit and using this sort of command:

Name of Unit: s9
Initline: removeallmagazines _s9;

no luck

Share this post


Link to post
Share on other sites

Does this still work?

{this removeMagazine _x;} foreach (magazines this);

Share this post


Link to post
Share on other sites
Does this still work?

{this removeMagazine _x;} foreach (magazines this);

yes, thios seems to be working. at least there´s no errormessage...

so I think I am gonna to report this on the tracker

Share this post


Link to post
Share on other sites

There's no removeAllMagazines command.

Share this post


Link to post
Share on other sites

Yes, removeAllWeapons usually covers weapons and ammo.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×