Posts: 3656 Reputation: 61
36 / /
Joined: Aug 2006
RE: Need help with name changing script
code: if (i == 13) Messenger.MyName='name - [ pawn name, ]
is missing the ending quotation mark. Unterminated String constant means that somewhere in your script, a string has not been closed (like that above).