Skip to content

Instantly share code, notes, and snippets.

@hikilaka
Created June 7, 2018 05:05
Show Gist options
  • Save hikilaka/e4b084b68559d3ec883e14fbbc351038 to your computer and use it in GitHub Desktop.
Save hikilaka/e4b084b68559d3ec883e14fbbc351038 to your computer and use it in GitHub Desktop.
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;
}
}
@hikilaka
Copy link
Author

hikilaka commented Jun 7, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment