Facebook Twitter YouTube Frictional Games | Forum | Newsletter | Dev Blog | Dev Wiki | Support | Shelf | Store

Privacy Policy


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to show text at a certain point?
Author Message
Strembitsky Offline
Member

Posts: 243
Joined: Feb 2012
Reputation: 3
Post: #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 all posts by this user Quote this message in a reply
Elven Offline
Posting Freak

Posts: 868
Joined: Aug 2011
Reputation: 26
Post: #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 all posts by this user Quote this message in a reply
Datguy5 Offline
Senior Member

Posts: 622
Joined: Dec 2011
Reputation: 12
Post: #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 all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)