Draw

Character draws an item and holds it with their right hand. If an item with the provided name does not exist, the action fails.

Arguments
Argument Character Name
Type String
Default REQUIRED
Description Name of the character to draw
Argument Item Name
Type String
Default REQUIRED
Description Name of the item to draw

Examples

Draw(Tom, "Greatsword")

Draw(Tom, "Antique Magnifier")


See Also