No categories assigned
LUA:KillSpawn
- Last edited 12 years ago by I need to Update My Profile
LUA Functions: KillSpawn()
Has a spawn kill another spawn
Syntax
KillSpawn(param1, param2)
Parameters
- Required - param1 (Spawn), param2 (Spawn)
- param1 is the spawn being killed
- param2 is the spawn killing the first
Usage
function hailed(NPC, Spawn)
KillSpawn(Spawn, NPC)
end
When hailed the NPC will kill the player