FutureProg functions

removeoutfit

Outfits · computer function, computer program, standard futureprog

Boolean removeoutfit(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.
character: The character to remove the outfit from
outfit: The outfit to remove

Boolean removeoutfit(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.
character: The character to remove the outfit from
outfit: The outfit to remove
container: The container to put removed items into

← Back to FutureProg functions