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

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