ID:1951530
 
(See the best response by LordAndrew.)
Anyone know how to make it so that when someone clicks a Obj and you use the Click(),internal proc, that they will become a new mob because I tried usr = /mob/player or i tried var/mob/newmob = new/mob/player, it worked for var/mob/newmob = new/mob/player , but when I logged out then logged back in it doesn't load that character as a /mob/player
Best response
In order for a player to "become a new mob," you need to set the player's client.mob to the new mob in question.
In response to LordAndrew
LordAndrew wrote:
In order for a player to "become a new mob," you need to set the player's client.mob to the new mob in question.

ok it worked and I did var/mob/newmob = new/mob/player
HOw do I save it.
Yuri you could have always just message me! ;)