Console help using 'local' [SOLVED]
Re: Console help using 'local' [almost SOLVED]
If you can't copy " characters then your operating system's clipboard is broken. I cannot help you with that. In Lua you can use single quotes ' in their place, but that's about it.
Grimrock 1 dungeon
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Re: Console help using 'local' [almost SOLVED]
Solved! My eye-sight is not so good and I didn't see the difference between normal straight dumb quotes " " and the curvy typographic book quotes “ ”. My text editor automatically converted them. When I copied a text string with quotes from excel it pasted correctly in the console. After turning off 'smart quotes' my text editor didn't convert single and double quotes anymore.