How do i make a copy of my character in the game?
ID:163805
Aug 2 2007, 3:33 pm
|
|
Aug 2 2007, 3:41 pm
|
|
what do you mean?
|
In response to Jman9901
|
|
I think he means making an exact duplicate of his current characer. You would spawn a mob with no pre-defined variables and then you would spawn that mob in the proc/verb and then assign variables to it. So usr.icon = spawnedmob.icon, this would give it the same icon(the icon does NOT include overlays). You would do the same thing for the rest of the variables. Spawnedmob is a random variable I thought up of so don't use it.
|
In response to Kakashi24142
|
|
Can u explain me some better plz¡?
|
In response to Moskerark
|
|
Fine, here's an example:
mob |
In response to Kakashi24142
|
|
and how do i check if R exists?
|
In response to Moskerark
|
|
if(R)
That checks it. |