1
0
EQ2Emu/docs/lua_functions/ClearHate.md
2025-05-14 09:46:52 -04:00

358 B
Raw Blame History

Function: ClearHate(NPC, Hated)

Description: Removes the Hated target on the NPC's hate list.

Parameters:

NPC: Spawn  The NPC whose hate list should be cleared.
Hated: Spawn  The hated target that is to be removed from the hate list.

Returns: None.

Example:

-- Example usage (an NPC stops attacking/hating Target) ClearHate(NPC, Target)