ID:1044797
 
(See the best response by Jemai1.)
I want to make a mob with an user's variables, or just change that user's type to another kind. Is there any way to do that? I know it's possible when loading a save file, but I have no idea of how to do that with a character. It isn't as simple as coding src >> M, it won't work that way. Any idea?
Best response
The default behavior of Write/Read of a datum is to Save/Load the variables that are not const nor tmp.

You can emulate it by looping through the vars list, check if it is not const nor tmp via issaved proc, check if the destination has the same variable, then copy the value.