mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Pygmalion 6b fix
This commit is contained in:
@@ -588,6 +588,9 @@
|
||||
item =item+" "+ anchorBottom+"\n";
|
||||
}
|
||||
if(is_pygmalion){
|
||||
if(i >= arrMes.length-1 && $.trim(item).substr(0, (name1+":").length) == name1+":"){
|
||||
item =item+name2+":";
|
||||
}
|
||||
if($.trim(item).indexOf(name1) === 0){
|
||||
item = item.replace(name1+':', 'You:');
|
||||
}
|
||||
|
Reference in New Issue
Block a user