[RP] Split Figures [SLEDMORE]

Status
Not open for further replies.

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,199
3,934
Thanks, Next time you could say a little bit more, But thanks..
 

Mastah

the funny thing is \r\n i did
Oct 25, 2010
739
41
yes i really do they work perfectly for me :) im so happy with it yay
 

Lindsey

Member
Dec 2, 2010
73
1
i have inserted the internal string _Uni; but when i insert the using System.Text.RegularExpressions; a space under it i get a error so where exactly do you mean to add this when you say
add this: internal string _Uni;

5) Under that add this: using System.Text.RegularExpressions;

?
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,199
3,934
i have inserted the internal string _Uni; but when i insert the using System.Text.RegularExpressions; a space under it i get a error so where exactly do you mean to add this when you say

?

In the name space, Right at the top, Before the string _Uni; ;)

@Danneh, Glad you like it. ;].

After checking out my code, I found a fix, change a few lines it's simple, right;

1) Search for this "_isLoggedIn = true;" (No quotation marks).

2) Move the block of code this;

string FigurePartHair = _Figure;
string GetHairPart;

GetHairPart = Regex.Split(_Figure, "hr")[1];
FigurePartHair = GetHairPart.Split('.')[0];
string FigurePartBody = _Figure;
string GetBodyPart;

GetBodyPart = Regex.Split(_Figure, "hd")[1];
FigurePartBody = GetBodyPart.Split('.')[0];

_Uni = Convert.ToString("hr" + FigurePartHair + "." + "hd" + FigurePartBody + ".");

Under it, and simple, no longer require to change your clothing.
 
Status
Not open for further replies.

Users who are viewing this thread

Top