Jump to content
Sign in to follow this  
sgt_hawkins

Cant remove the map from units inventory.

Recommended Posts

this removeWeapon "itemmap" no longer works. I dont know if the classname has changed or the command. A working solution would be great. this removeWeapon "itemcompass" also does not work..

Share this post


Link to post
Share on other sites

this unassignItem "itemmap";

this removeItem "itemmap";

Share this post


Link to post
Share on other sites
this unassignItem "itemmap";

this removeItem "itemmap";

Just to clarify for anyone that might be curious why 2 commands

unassignItem "itemmap";

removes it from Item slot but keeps it in inventory

removeItem "itemmap";

removes it from inventory

you cannot remove directly from items.

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  

×