ID:155580
May 20 2011, 10:35 am
|
|
Is there any way to save Hair and when some one changes it we can change the hair style without keeping the old one there
|
May 20 2011, 11:22 am
|
|
probably if you saved the persons overlay or usr.hair something like anyway.if you need more specific advice tell me
|
In response to Dj dovis
|
|
mob/verb/Change_hair() |
In response to Xirre
|
|
will it also work after loading a game
|
In response to Xirre
|
|
Sorry, not correct.
|
Hello,
To save all overlays, you need to make sure src.overlays is being written to the save file. To add a specific hair icon, you will need to store that to a variable and save that variable to the save file. To add/remove the overlay: mob/var/obj/overlay/hair // to save the instace in |