1
0
2025-05-13 22:57:49 -04:00

18 lines
294 B
Markdown

### Function: Attack(NPC, Target)
**Description:**
NPC will attack its target (NPC/Player/Bot).
**Parameters:**
- `NPC`: Spawn - The spawn or entity involved.
- `Target`: Spawn - The spawn or entity involved.
**Returns:** None.
**Example:**
```lua
-- Example usage
Attack(NPC, Target)
```