ID:1062024
 
I am in need of help with the skin I have for my game, something is wrong and I do not know what. If you can help me, please page me. Thank you.
Try the skin reference in the Dream Maker.

Help > Skin Reference
This isn't the most helpful post if you really wanted help.. xD

Post what happens, and what you've actually done to 'your skin'
Well what happens is it goes blank when I run the game, I tried to change the background color of the default window..
Post a code example.

If you overwrite Login() and don't call ..(), your initial mob's location won't be set by default.

mob
Login()
//change background color
//map will be black


mob
Login()
//change background color
..() // does what mob/Login() is supposed to do by default
//which is, set your location to the first turf that isn't dense starting with 1,1,1

winset(src, "default", "background-color=#fff")


#fff is the default color for all windows. You should use the Skin Reference.