function unspawnNpc (client-side)
Available since version: 0.3.0
Unspawn (remove) a client NPC from the world without destroying it.
Declaration
bool unspawnNpc(int npc_id)
Parameters
intnpc_id: Internal npc id.
Returns bool
True on success.