Character draws an item and holds it with their right hand. If an item with the provided name does not exist, the action fails.
| 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 |
Draw(Tom, "Greatsword")
Draw(Tom, "Antique Magnifier")