ID:176953
 
What is the exact coding to set my world/mob to mob/player
so my player is created with no stat settings?
ShadowBlade6300 wrote:
What is the exact coding to set my world/mob to mob/player
so my player is created with no stat settings?

That would be this:
world
mob = /mob/player
world.mob is the default type of mob created for anyone who connects to the game.

Lummox JR
In response to Lummox JR
thx m8