- Aug 5, 2021
- 49
- 11
Thanks for your reply. Let me try.As long as there are no letters, it should be fine. EXAMPLE: Johnny wouldn't be replaced.
As for all caps or lower case, that's more difficult
If there was a line like, "JOHN! WATCH OUT!"
You would have to edit it manually.
If it doesn't replace the name, it may be that John is a variable.
Search for "last" while that dialog is on screen. This will show last line as it is written in code.
So it may look something like [man1]! WATCH OUT!
Here you can either replace the [man1] with DAVID or with [man1!u]
For lower case, use !l instead of the !u. I think !c will capitalize the first letter but not 100%
This only works for when it is a variable.