FutureProg functions

loadoutfittemplate

Outfits · computer function, computer program, standard futureprog

Outfit loadoutfittemplate(Number templateId, Character target)
Contexts: computer function, computer program, standard futureprog
Loads all the items in an outfit template, places them around the target character according to the template, attaches a normal outfit to the target, and returns that outfit.
templateId: The ID of the outfit template to load
target: The character who should receive the created outfit and items

Outfit loadoutfittemplate(Number templateId, Character target, Text outfitName)
Contexts: computer function, computer program, standard futureprog
Loads all the items in an outfit template, places them around the target character according to the template, attaches a normal outfit to the target with the specified name, and returns that outfit.
templateId: The ID of the outfit template to load
target: The character who should receive the created outfit and items
outfitName: The name to use for the created outfit

Outfit loadoutfittemplate(Number templateId, Character target, Text outfitName, Text loadArgs)
Contexts: computer function, computer program, standard futureprog
Loads all the items in an outfit template, applies the extra load arguments to every created item after any per-item arguments, places them around the target character according to the template, attaches a normal outfit to the target with the specified name, and returns that outfit.
templateId: The ID of the outfit template to load
target: The character who should receive the created outfit and items
outfitName: The name to use for the created outfit, or blank to use the template name
loadArgs: Additional item load arguments to apply to every created item

Outfit loadoutfittemplate(Text templateName, Character target)
Contexts: computer function, computer program, standard futureprog
Loads all the items in an outfit template, places them around the target character according to the template, attaches a normal outfit to the target, and returns that outfit.
templateName: The name or ID of the outfit template to load
target: The character who should receive the created outfit and items

Outfit loadoutfittemplate(Text templateName, Character target, Text outfitName)
Contexts: computer function, computer program, standard futureprog
Loads all the items in an outfit template, places them around the target character according to the template, attaches a normal outfit to the target with the specified name, and returns that outfit.
templateName: The name or ID of the outfit template to load
target: The character who should receive the created outfit and items
outfitName: The name to use for the created outfit

Outfit loadoutfittemplate(Text templateName, Character target, Text outfitName, Text loadArgs)
Contexts: computer function, computer program, standard futureprog
Loads all the items in an outfit template, applies the extra load arguments to every created item after any per-item arguments, places them around the target character according to the template, attaches a normal outfit to the target with the specified name, and returns that outfit.
templateName: The name or ID of the outfit template to load
target: The character who should receive the created outfit and items
outfitName: The name to use for the created outfit, or blank to use the template name
loadArgs: Additional item load arguments to apply to every created item

← Back to FutureProg functions