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

16 lines
374 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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)