FutureProg functions
removeoutfitforce
Boolean removeoutfitforce(Character character, Outfit outfit)
Contexts: computer function, computer program, standard futureprog
This function removes all items in an outfit from a character, as if the character had used the OUTFIT REMOVE command. This version of the command ignores the inventory and container rules, so it guarantees that the items will come off and they will go in the container.
character: The character to remove the outfit from
outfit: The outfit to remove
Boolean removeoutfitforce(Character character, Outfit outfit, Item container)
Contexts: computer function, computer program, standard futureprog
This function removes all items in an outfit from a character, as if the character had used the OUTFIT REMOVE command. This version of the command ignores the inventory and container rules, so it guarantees that the items will come off and they will go in the container.
character: The character to remove the outfit from
outfit: The outfit to remove
container: The container to put removed items into
Contexts: computer function, computer program, standard futureprog
This function removes all items in an outfit from a character, as if the character had used the OUTFIT REMOVE command. This version of the command ignores the inventory and container rules, so it guarantees that the items will come off and they will go in the container.
character: The character to remove the outfit from
outfit: The outfit to remove
Boolean removeoutfitforce(Character character, Outfit outfit, Item container)
Contexts: computer function, computer program, standard futureprog
This function removes all items in an outfit from a character, as if the character had used the OUTFIT REMOVE command. This version of the command ignores the inventory and container rules, so it guarantees that the items will come off and they will go in the container.
character: The character to remove the outfit from
outfit: The outfit to remove
container: The container to put removed items into