Created
June 7, 2018 05:05
-
-
Save hikilaka/e4b084b68559d3ec883e14fbbc351038 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class SheMale extends Script { | |
private final Extension ex; | |
public SheMale(Extension ex) { | |
super(ex); | |
this.ex = ex; | |
} | |
@Override | |
public int main() { | |
ex.Sf = 2; | |
ex.Vd = 6; | |
stopScript(); | |
return 5000; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For this to work, you have to be in the appearance selection menu with you having selected a female character. Once you have designed your character, run this script and press accept