1
0
EQ2Emu/docs/lua_functions/SetSeeInvis.md
2025-05-15 09:50:31 -04:00

374 B
Raw Blame History

Function: SetSeeInvis(Spawn, Enable)

Description: Toggles an NPCs ability to see invisible on or off.

Parameters:

Spawn: Spawn  The NPC whose invis detection to set.

Enable: Boolean  true to grant see-invis; false to revoke it.

Returns: None.

Example:

-- Example usage (temporarily allow a boss to see invis during a phase) SetSeeInvis(BossNPC, true)