A character attacks another character using the item in their right hand. If the attack hits, the victim bleeds, otherwise, they dodge the attack. This action includes sound effects.
Argument | Character Name |
---|---|
Type | Character |
Default | REQUIRED |
Description | Name of the attacker |
Argument | Character Name |
Type | Character |
Default | REQUIRED |
Description | Name of the victim |
Argument | Attack Hits |
Type | Boolean |
Default | false |
Description | Whether the attack hits the target or they dodge it. |
Attack(Tom, Will)
Attack(Tom, Will, true)