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

294 B

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:

-- Example usage
Attack(NPC, Target)