You are viewing an old version of this page. Return to the latest version.
Version of 17:55, 12 December 2013 by I need to Update My Profile
No categories assigned
LUA:BreatheUnderwater
- Last edited 4 years ago by Vlash Nytefall
LUA Functions: IsEpic()
Checks to see if the given spawn is epic
Syntax
IsEpic(param1)
Parameters
- Required - param1 (Spawn)
- param1 is the spawn to check
Usage
function hailed(NPC, Spawn)
if IsEpic(NPC) then
Say(NPC, "I am epic!")
end
end
When the NPC is hailed it will respond if it is epic