1
0
EQ2Emu/docs/lua_functions/ClearHate.md
2025-05-28 21:48:33 -04:00

385 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)