nvh Posted September 11, 2021 Share Posted September 11, 2021 How to do it? My idea: Equipment[10] is Skin slot  if (Equipment[10] > -1)    {    Hide_paperdoll_amor();     Hide_paperdoll_hat();     Hide_sprite();    }    else     {       Enable_paperdoll_amor();     Enable_paperdoll_hat();     Enable_sprite();     } My question 1. How to hide paperdolls amor, hat, sprite. Link to comment Share on other sites More sharing options...
Question
nvh
How to do it?
My idea:
Equipment[10] is Skin slot
Â
if (Equipment[10] > -1)
   {
   Hide_paperdoll_amor();
    Hide_paperdoll_hat();
    Hide_sprite();
   }
   else
    {   Â
   Enable_paperdoll_amor();
    Enable_paperdoll_hat();
    Enable_sprite();
    }
My question
1. How to hide paperdolls amor, hat, sprite.
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now