No categories assigned
LUA:Stealth
- Last edited 6 years ago by I need to Update My Profile
This function will set a spawn to stealth or invis. For the second parameter 1 = stealth, any other value = invis.
Syntax
Stealth([int8] stealth_type, [Spawn] Target)
Usage
function hailed(NPC, Spawn)
Say(NPC, "must hidez!!!")
Stealth(1, NPC)
end
When an npc with this function is hailed, they will say must hidez!!! Followed immediately by activating stealth.
Back to LUA Spawn Functions Index
Note*
If you use the invisibility function: remove with RemoveInvis() as RemoveStealth causes a crash. If using RemoveInvis() the icon will still be visible(bug).