Skip to content
Snippets Groups Projects
Commit c01fc34e authored by corncobman21's avatar corncobman21
Browse files

Code simplification for lispReplace()

parent 7dcfd753
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ You may enter custom descriptors for your slave's hair color, hair style, tattoo
<<link "Apply">>
<<replace "#result">>
She'll try her best to call you $activeSlave.customTitle.
<<set $activeSlave.customTitleLisp = $activeSlave.customTitle, $activeSlave.customTitleLisp = nameReplace($activeSlave.customTitleLisp)>>
<<set $activeSlave.customTitleLisp = lispReplace($activeSlave.customTitle)>>
<</replace>>
<</link>>
<</replace>>
......@@ -28,7 +28,7 @@ You may enter custom descriptors for your slave's hair color, hair style, tattoo
<<link "Apply">>
<<replace "#result">>
She'll try her best to call you $activeSlave.customTitle.
<<set $activeSlave.customTitleLisp = $activeSlave.customTitle, $activeSlave.customTitleLisp = nameReplace($activeSlave.customTitleLisp)>>
<<set $activeSlave.customTitleLisp = lispReplace($activeSlave.customTitle)>>
<</replace>>
<</link>> |
<<link "Stop using a custom title">>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment