Corpses are a special class in escript programming. I remember something from previous forum about this issue, and i believe answer was you'll have to destroy and recreate corpse (with all the props and cprops) for each location you move it. And, definitely, wont look like a smooth movement :\
Author
Message
MuadDib POL Developer
Joined: 13 Feb 2006 Posts: 830 Location: Indiana, USA
Posted: Sat Mar 11, 2006 6:12 pm Post subject:
Easiest solution is change it's ControlScript to a script you can use to destroy it and recreate it elsewhere (if needed). Be sure to read all cprops (there is a command for listing all properties. Read the script for the textcommand propedit).
Remember, to display the clothing and such, the EASIEST solution is create the new corpse FIRST, then move all the items to it before destroying the old corpse (should help preserve the Layers of the clothes to wear).
Author
Message
Austin POL Developer
Joined: 30 Jan 2006 Posts: 354 Location: San Diego, California
Posted: Sat Mar 11, 2006 6:40 pm Post subject:
You cant make it draggable...
You can do corpse.movable = 1 then move it around with MoveItemToLocation() though.