294 B
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)