Skip to content
Snippets Groups Projects
Commit 2154388c authored by Pregmodder's avatar Pregmodder
Browse files

Added sex buttons as well

parent c4d1d1b2
Branches
Tags
1 merge request!3197PC cheat edit update
...@@ -10,6 +10,9 @@ ...@@ -10,6 +10,9 @@
Title: ''<<if $tempSlave.title == 1>>Master<<else>>Mistress<</if>>'' Title: ''<<if $tempSlave.title == 1>>Master<<else>>Mistress<</if>>''
<br><<radiobutton "$tempSlave.title" 1>> Master <br><<radiobutton "$tempSlave.title" 1>> Master
<<radiobutton "$tempSlave.title" 0>> Mistress <<radiobutton "$tempSlave.title" 0>> Mistress
Sex: ''$tempSlave.genes''
<br><<radiobutton "$tempSlave.genes" "XY">> XY
<<radiobutton "$tempSlave.genes" "XX">> XX
<br>''Name'': <<textbox "$tempSlave.name" $tempSlave.name>> <br>''Name'': <<textbox "$tempSlave.name" $tempSlave.name>>
<br>''Surname'': <<textbox "$tempSlave.surname" $tempSlave.surname>> <br>''Surname'': <<textbox "$tempSlave.surname" $tempSlave.surname>>
<br>''Custom Title'': <<textbox "$tempSlave.customTitle" $tempSlave.customTitle>> <br>''Custom Title'': <<textbox "$tempSlave.customTitle" $tempSlave.customTitle>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment