Quote:
Originally Posted by goponfs
You cannot use characters for the GameName
For example you can use
#define GameName "Clive Barkers Undying"
but not #define GameName "Clive Barker's Undying"
Can be possible update the script?
|
Open the script and search for
{#GameName}
NOTES: Replace only inside the
[Code] section of the script.
Replace with:
Code:
{#StringChange(GameName, "'", "''")}