Take shop
needs(code_samples);
Function Syntax
boolean take_shop(item it ,boolean takeAll )
- it is the item to take from your mall store
- takeAll determines if one or all of the specified item will be removed. If this parameter is not used, it will default to true.
This command will remove it from your mall store. The 1-parameter version will remove all of the item, so if you only want to remove a single unity, then you will need to use the 2-parameter version with the second parameter set to false.
CLI Equivalent
The CLI command "shop " works similarly.