Script for All clothing and Tattoos? |
Wed, 14 October 2015 06:52 |
Ragnin
Messages: 8 Registered: October 2015
|
Junior Member |
|
|
I've been trying to find scripts that adds all clothing and Tattoos.
I got all hairstyles and makeup using
Debug.AddAllInventoryItemsF2
Debug.AddAllInventoryItems
Debug.AddAllHairstyles
But
Debug.AddAllClothingSuits
Debug.AddAllClothingF2
does not seem to work for adding cloths. and could find no command to give all tattoos.
[Updated on: Wed, 14 October 2015 06:52] Report message to a moderator
|
|
|
|
|
|
Re: Script for All clothing and Tattoos? |
Fri, 16 October 2015 12:03 |
Ragnin
Messages: 8 Registered: October 2015
|
Junior Member |
|
|
Well don't I feel dumb. Screwed up putting in the lists. Forgot the "," at the end of each one. lol sorry about that. Though on the item list you provided didn't work. I had to add each piece of the suit individually.
ex. being
'ObjectTattooChestGuild'
'ObjectTattooArmLeftGuild'
'ObjectTattooArmRightGuild'
'ObjectTattooFaceGuild'
'ObjectTattooBackGuild'
'ObjectTattooLegLeftGuild'
'ObjectTattooLegRightGuild'
'ObjectTattooBackGuild2'
That gave me all the guild tattoos. Thank you for you help.
[Updated on: Fri, 16 October 2015 12:04] Report message to a moderator
|
|
|