Currently the NPC method StopMoving is missing an essential parameter bImmediate, by default it's set to true, which is what the binded Lua version is set to. However, in the Lua version we don't have ...
While working on SNPCs, you don't have a good choice on ragdolling the NPC. Most SNPC creators manually create dead NPC ragdolls themselves, decide whether to server ragdoll or client ragdoll, pose ...