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

Simplify namereplace code

parent cbe0fa6a
No related branches found
No related tags found
No related merge requests found
...@@ -28,8 +28,7 @@ You may enter custom descriptors for your slave's hair color, hair style, tattoo ...@@ -28,8 +28,7 @@ You may enter custom descriptors for your slave's hair color, hair style, tattoo
<<link "Apply">> <<link "Apply">>
<<replace "#result">> <<replace "#result">>
She'll try her best to call you $activeSlave.customTitle. She'll try her best to call you $activeSlave.customTitle.
<<set $activeSlave.customTitleLisp = $activeSlave.customTitle>> <<set $activeSlave.customTitleLisp = $activeSlave.customTitle, $activeSlave.customTitleLisp = nameReplace($activeSlave.customTitleLisp)>>
<<set $activeSlave.customTitleLisp = nameReplace($activeSlave.customTitleLisp)>>
<</replace>> <</replace>>
<</link>> | <</link>> |
<<link "Stop using a custom title">> <<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