Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Note "next page"
tonitoni1998 Offline
Member

Posts: 163
Threads: 54
Joined: Oct 2012
Reputation: 1
#1
Note "next page"

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?

When you are looking for someone, to do the scripting for your Custom Story, ask me!
02-14-2013, 05:23 PM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#2
RE: Note "next page"

[br] = break = newline.

That's the only command i know...

Trying is the first step to success.
02-14-2013, 05:26 PM
Find
tonitoni1998 Offline
Member

Posts: 163
Threads: 54
Joined: Oct 2012
Reputation: 1
#3
RE: Note "next page"

(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?

When you are looking for someone, to do the scripting for your Custom Story, ask me!
02-14-2013, 05:31 PM
Find
MulleDK19 Offline
Senior Member

Posts: 545
Threads: 21
Joined: Jun 2009
Reputation: 10
#4
RE: Note "next page"

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.

[Image: 16455.png]
02-14-2013, 05:39 PM
Find
Statyk Offline
Schrödinger's Mod

Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation: 241
#5
RE: Note "next page"

I believe the code is [new_page]
02-14-2013, 06:00 PM
Find
MulleDK19 Offline
Senior Member

Posts: 545
Threads: 21
Joined: Jun 2009
Reputation: 10
#6
RE: Note "next page"

(02-14-2013, 06:00 PM)Statyk Wrote: I believe the code is [new_page]

Nope.

[Image: 16455.png]
(This post was last modified: 02-14-2013, 06:06 PM by MulleDK19.)
02-14-2013, 06:03 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#7
RE: Note "next page"

The code is
[br][new_page][br]

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

Tutorials: From Noob to Pro
(This post was last modified: 02-14-2013, 07:02 PM by Your Computer.)
02-14-2013, 07:01 PM
Website Find
MulleDK19 Offline
Senior Member

Posts: 545
Threads: 21
Joined: Jun 2009
Reputation: 10
#8
RE: Note "next page"

(02-14-2013, 07:01 PM)Your Computer Wrote: The code is
[br][new_page][br]

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

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

[Image: 16455.png]
02-14-2013, 07:10 PM
Find




Users browsing this thread: 1 Guest(s)