| Strembitsky   Senior Member
 
 Posts: 254
 Threads: 37
 Joined: Feb 2012
 Reputation: 
3
 | 
			| 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 |  | 
	
		| Elven   Posting Freak
 
 Posts: 862
 Threads: 37
 Joined: Aug 2011
 Reputation: 
26
 | 
			| 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>
 
 
 |  | 
	| 02-04-2012, 10:40 PM |  | 
	
		| Datguy5   Senior Member
 
 Posts: 629
 Threads: 25
 Joined: Dec 2011
 Reputation: 
12
 |  | 
	| 02-04-2012, 10:54 PM |  |