how to get or find display_code_pt2 of an item in ech file?

Newbie Spellweaver
Joined
May 18, 2021
Messages
95
Reaction score
5
How to find or get display code of an specific item on any man/woman ech file?
 
Joined
Feb 26, 2010
Messages
1,373
Reaction score
780
There are only 16 costumes per letter starting at s, so s0 is display_code 0, s15 is 15, then, because you're done with 16 in s, you move to the next letter, t, t0 is 15 from before, + 1 = 16, then t15 is 16+15 = 31, and so on for every letter after.
 
Upvote 0
Newbie Spellweaver
Joined
May 18, 2021
Messages
95
Reaction score
5
There are only 16 costumes per letter starting at s, so s0 is display_code 0, s15 is 15, then, because you're done with 16 in s, you move to the next letter, t, t0 is 15 from before, + 1 = 16, then t15 is 16+15 = 31, and so on for every letter after.
thank you.
 
Upvote 0