Nissandrifter Posted January 24, 2008 Share Posted January 24, 2008 I made these for use in my skin selection screen but they dont work properly. I cant see anything wrong so can someone please help me function getNextSkin( player ) repeat ID = ID + 1 until (ID > 6) and (ID ~= and (ID ~= 42) and (ID ~= 65) and (ID ~= 74) and (ID ~= 86) and (ID ~= 119) and (ID ~= 149) and (ID ~= 208) and (ID < 265) setPlayerSkin (player, ID ) end function getPreviousSkin( player ) repeat ID = ID - 1 until (ID > 6) and (ID ~= and (ID ~= 42) and (ID ~= 65) and (ID ~= 74) and (ID ~= 86) and (ID ~= 119) and (ID ~= 149) and (ID ~= 208) and (ID < 265) setPlayerSkin (player, ID ) end Link to comment
Nissandrifter Posted January 24, 2008 Author Share Posted January 24, 2008 Anyone know why its not working ? Link to comment
eAi Posted January 25, 2008 Share Posted January 25, 2008 We aren't compilers. Tell us what doesn't work. Any errors in debugscript? Link to comment
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