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

Change name lisp replacing to JS function

parent a47aaf79
Branches
Tags
1 merge request!1160Change name lisp replacing to JS function
...@@ -12,7 +12,8 @@ ...@@ -12,7 +12,8 @@
<<break>> <<break>>
<</if>> <</if>>
<</for>> <</for>>
<<set _playerName = $PC.name, _playerName = _playerName.replace("ss", "th"), _playerName = _playerName.replace("S", "Th"), _playerName = _playerName.replace("s", "th")>> <<set _playerName = $PC.name>>
<<set _playerName = nameReplace(_playerName)>>
<<Enunciate $activeSlave>> <<Enunciate $activeSlave>>
$activeSlave.slaveName is retiring from sexual slavery this week, $activeSlave.slaveName is retiring from sexual slavery this week,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment