Character draws an item and holds it with their right hand. If an item with the provided name does not exist, the action fails with an error.
| Argument | Character Name |
|---|---|
| Type | Character |
| Default | REQUIRED |
| Description | Name of the character to draw |
| Argument | Item Name |
| Type | Item |
| Default | REQUIRED |
| Description | Name of the item to draw |
Draw(Tom, "Greatsword")
Draw(Tom, "Antique Magnifier")