mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
400 B
400 B
Function: SetSeeInvis(Spawn, Enable)
Description: Toggles an NPC’s 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)