Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Did you:

  1. turn it into an Expression variable?
  2. put quotes (") around the text?
  3. put square brackets ([ at the start, ] at the end) around the resulting string?

The error message makes it sound like it's trying to interpret plaintext (the stuff that's supposed to be in a string) as an expression so it sounds like you missed the quotes.

I copied exzactly what you had typed. Maby i missed where i need to change to an expresion var

It should look like this:

Thank you! found the problem i selected the parent as the sign not the overworld so the error was from the extra my_message being blank.  one other quick question. How do you format text to go to the next line? :>

Add \n where you want the newline. (A backslash followed by the letter n)

so now i get this.

You should change the interaction script to cis_polyliner. cis_oneliner uses a different variable (which has an empty message).

(+1)

I dont want to talk about it. Thanks cant belive i missed that