396 B
396 B
Function: IsInvis(spawn)
Description:
Return's true if the spawn is invisible, otherwise false.
Parameters:
spawn
(Spawn) - Spawn object representingspawn
.
Returns: Return's true if the spawn is invisible, otherwise false.
Example:
-- made up example
function casted_on(NPC, Spawn, Message)
if IsInvis(Spawn) then
-- RemoveInvis(NPC,Spawn)
end