Solved %nl% and %newline% write respectively CR and HT

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.
G

Goetheus

Hi everybody!

I would like to edit a book. But, in the book, I can see "CR" instead of %nl% and "HT" instead of %newline%. The line is correctly skipped but this character is boring :/

An idea to repair this?
Thank you very much!
<3
 
Can you give screenshoot about this? Because i didn't understand a lot.
What addon are you using to manage books?
 
Sure, here is an image of the CR %nl%
167950Sanstitre1.jpg

I use MundoSk and Skellett to edit books.
 
The image isn't loaded , give the direct link please.
Give the code too.

Edit: Loaded :emoji_stuck_out_tongue:
 
Here is the simple code :
code_language.skript:
set {book.test} to written book titled "TEST", by "%player%", pages "PAGE 1 %nl% LINE %newline% A NEW LINE" with lore "LORE OF THE BOOOOOOK"
No error, no problem, except the character :/
 
Here is the simple code :
code_language.skript:
set {book.test} to written book titled "TEST", by "%player%", pages "PAGE 1 %nl% LINE %newline% A NEW LINE" with lore "LORE OF THE BOOOOOOK"
No error, no problem, except the character :/
try "\n" or "/n"
 
Status
Not open for further replies.