ID:272832
 
I have been trying to figure out how to make a player start out with an object already in their inventory. Any ideas?

Thanks in advanced.
Handle it wherever you handle your character creation.
If you don't, (If you have no saving) then handle it in Login
mob/Login()
..()
new/obj(src)
In response to Chessmaster_19
Alright, thanks.