View Single Post
  #209  
Old 25-03-2026, 17:50
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by goponfs View Post
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.
Code:
{#GameName}
Replace with:
Code:
{#StringChange(GameName, "'", "''")}
Reply With Quote