Difference between revisions of "Outfit"
Jump to navigation
Jump to search
imported>WartyX |
imported>JSBrayker m (→Use) |
||
Line 4: | Line 4: | ||
==Use== | ==Use== | ||
Outfits are what Actors use to decide what to wear. [[Actors]] are assigned an Outfit on the [[Inventory_Tab|Inventory tab]] of the Actor dialogue. You can add specific Armor to the list by clicking and dragging from the [[Object Window]]. You can also choose [[LeveledItem|Leveled Items]] if you want the Actor to have randomly-selected Armor based on the player's Level. | Outfits are what Actors use to decide what to wear. [[Actors]] are assigned an Outfit on the [[Inventory_Tab|Inventory tab]] of the Actor dialogue. You can add specific Armor to the list by clicking and dragging from the [[Object Window]]. You can also choose [[LeveledItem|Leveled Items]] if you want the Actor to have randomly-selected Armor based on the player's Level. To remove items from an outfit, select the item you wish to remove and press the delete key. | ||
An actor's outfit can be changed using the [[SetOutfit_-_Actor|SetOutfit]] script command. | An actor's outfit can be changed using the [[SetOutfit_-_Actor|SetOutfit]] script command. |
Revision as of 02:48, 24 April 2012
An Outfit is essentially a specialized Form List which can only contain Armor.
Use
Outfits are what Actors use to decide what to wear. Actors are assigned an Outfit on the Inventory tab of the Actor dialogue. You can add specific Armor to the list by clicking and dragging from the Object Window. You can also choose Leveled Items if you want the Actor to have randomly-selected Armor based on the player's Level. To remove items from an outfit, select the item you wish to remove and press the delete key.
An actor's outfit can be changed using the SetOutfit script command.