Overwrites the number of hitboxes for the specified attack.
| Argument | Type | Description |
|---|---|---|
| attack | :real | The attack to set the hitbox number of |
| value | :real | The value to set |
Example, called from dstrong.gml:
// sets the number of hitboxes for dstrong attack:
set_num_hitboxes( AT_DSTRONG, 3 );
