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
How to show text at a certain point?
Strembitsky Offline
Senior Member

Posts: 254
Threads: 37
Joined: Feb 2012
Reputation: 3
#1
How to show text at a certain point?

Hey, I just started attempting making a custom story, and I want to know how I can make some text show at the beginning, without having to click anything.

I want some white text to show in the middle of the screen saying "Run and hide!"

Thanks for help.
Nevermind, I figured it out. I guess the best way to learn is to mess with it, alot.
(This post was last modified: 02-04-2012, 10:38 PM by Strembitsky.)
02-04-2012, 10:20 PM
Find
Elven Offline
Posting Freak

Posts: 862
Threads: 37
Joined: Aug 2011
Reputation: 26
#2
RE: How to show text at a certain point?

Set up trigger if you know how, then use that code:

SetMessage("Category Name", "EntryName", 0);

that 0 is lenght. If it is 0, then it will calculate itself, depending how long ur text is.

Then inside extra_english put inside other stuff:

<CATEGORY Name="Category Name">
<Entry Name="EntryName">Text here!</Entry>
</CATEGORY>

The Interrogation
Chapter 1

My tutorials
02-04-2012, 10:40 PM
Find
Datguy5 Offline
Senior Member

Posts: 629
Threads: 25
Joined: Dec 2011
Reputation: 12
#3
RE: How to show text at a certain point?

Ooor there is a tutorial in the wiki.. http://wiki.frictionalgames.com/hpl2/tut...iferorange
Btw i suggested that Big Grin

02-04-2012, 10:54 PM
Find




Users browsing this thread: 1 Guest(s)