Attack

A character attacks another character using the item in their right hand. If the attack hits, the victim bleeds, otherwise, they dodge the attack.

Arguments
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.

Examples

Attack(Tom, Will)

Attack(Tom, Will, true)


See Also