Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Torso Bug Prevention #355

Open
Caroliiiin opened this issue Sep 8, 2023 · 0 comments
Open

Torso Bug Prevention #355

Caroliiiin opened this issue Sep 8, 2023 · 0 comments

Comments

@Caroliiiin
Copy link

Is it possible to add the feature that when changing jackets, both arms and shirt will be changed automatically, so players don't have to do it manually anymore?

As an example, the script myClothesshop has this function,
In the script it looks like this:

Config.FemaleTorsoData = {
[0] = {arms = 0, validShirts = {15}},
[1] = {arms = 1, validShirts = {11}},
[2] = {arms = 11, validShirts = {15}},
[3] = {arms = 3, validShirts = {14}},
[4] = {arms = 4, validShirts = {15}},
[5] = {arms = 4, validShirts = {15}},
[6] = {arms = 5, validShirts = {20}},
[7] = {arms = 6, validShirts = {20}},
[8] = {arms = 1, validShirts = {0}},
[9] = {arms = 0, validShirts = {15}},
.. and so on

Would it be possible to integrate something like this in illenium?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant