|
Post by xavier222 on Dec 2, 2019 3:51:39 GMT
Hi, I'm making a new game set, and adding a new card via an "add card script":
new_card([card_name: "Name", card_type: "Sentence 1, Sentence 2"])
What I'd like to do is have a new line (ascii character 10) or html-like horizontal rule (<hr>) between Sentence 1 and 2, instead of the comma in the example above. What would be the best way to do that (if possible)?
|
|
tomtkacz
0/0 Germ
coding MAGIC !!!
Posts: 3
|
Post by tomtkacz on Oct 10, 2023 22:07:17 GMT
I think you can just use \n
|
|