function destroyNpc (client-side)
Available since version: 0.3.0
Destroy a client-side NPC previously created with createNpc.
Declaration
boolean destroyNpc(number npc_id)
Parameters
numbernpc_id: Internal npc id returned bycreateNpc.
Returns boolean
True on success.