Frictional Games Forum (read-only)

Full Version: Note "next page"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how can i add a second page to a note. something like [br] . y first thought was [np] but it didnt work Tongue where can i find out stuff like this? are there other commands?
[br] = break = newline.

That's the only command i know...
(02-14-2013, 05:26 PM)BeeKayK Wrote: [ -> ][br] = break = newline.

That's the only command i know...

is there some way how to do it?
The game handles pages. If your note is too long, the game will make multiple pages.
If you want to force more pages without filling each one out, you'll have to put enough line breaks ([br]) to force the game to make a new page.

eg.

Page 1[br][br][br]Page 2.

Then enough [br] to push the "Page 2" text onto page 2.
I believe the code is [new_page]
(02-14-2013, 06:00 PM)Statyk Wrote: [ -> ]I believe the code is [new_page]

Nope.
The code is
Code:
[br][new_page][br]

IIRC, without the line breaks the game won't do anything.
(02-14-2013, 07:01 PM)Your Computer Wrote: [ -> ]The code is
Code:
[br][new_page][br]

IIRC, without the line breaks the game won't do anything.

Hmm, you're right. [br][new_page][br] works.