nobody has replied yet and i haven't played with torque in a while but i assume creating a new AIPlayer should work
i copied this from one of my gamemodes that i never seem to get to finish
%corpse = new AIPlayer(botCorpse)
{
position = %client.player.getPosition();
datablock = PlayerNoJet;
originalClient = %client;
name = %client.name;
job = %client.Job;
timeofdeath = getRealTime();
%damage = %DamageType;
};