| Duenuard   Junior Member
 
 Posts: 4
 Threads: 2
 Joined: May 2011
 Reputation: 
0
 | 
			| someone should post a tutorial video 
 
				of how the hell to correctly attach audio to notes and diaries. i would love you forever if you did it because i can't do it no matter what i try.
			 |  | 
	| 05-22-2011, 03:16 AM |  | 
	
		| Sennep   Junior Member
 
 Posts: 47
 Threads: 6
 Joined: Apr 2011
 Reputation: 
0
 | 
			| RE: someone should post a tutorial video 
 
				+1
 I would like such a vid too.
 |  | 
	| 05-22-2011, 04:48 PM |  | 
	
		| Coyote   Junior Member
 
 Posts: 7
 Threads: 0
 Joined: May 2011
 Reputation: 
0
 | 
			| RE: someone should post a tutorial video 
 
				same here....
 +1
 |  | 
	| 05-22-2011, 05:02 PM |  | 
	
		| Kyle   Posting Freak
 
 Posts: 911
 Threads: 36
 Joined: Sep 2010
 Reputation: 
7
 | 
			| RE: someone should post a tutorial video 
 
				Agree. :p
 +1
 
 |  | 
	| 05-22-2011, 05:18 PM |  | 
	
		| Danny Boy   Posting Freak
 
 Posts: 2,718
 Threads: 85
 Joined: Mar 2011
 Reputation: 
81
 | 
			| RE: someone should post a tutorial video 
 
				+10000 me to    |  | 
	| 05-22-2011, 05:44 PM |  | 
	
		| Acies   Posting Freak
 
 Posts: 1,643
 Threads: 60
 Joined: Feb 2011
 Reputation: 
73
 | 
			| RE: someone should post a tutorial video 
 
				Uhm, can't you:void OnStart()
 {
 SetEntityPlayerInteractCallback("note_generic_1", SoundNote1, true);
 }
 
 void SoundNote1(string &in entity)
 {
 PlaySoundAtEntity("TextRead", "Text_1.ogg", "Player", 0.5f, false);
 AddTimer("NoteEndGeneralT", 0.5f, "NoteEndTimer");
 }
 
 void NoteEndTimer(string& asName, float afTime, string& asFunction);
 {
 StopSound("TextRead", 2.0f);
 }
 
 Or is there a specific thing in the entity tab of a note?
 
  ![[Image: mZiYnxe.png]](http://i.imgur.com/mZiYnxe.png)  ジ
 |  | 
	| 05-22-2011, 06:06 PM |  | 
	
		| triadtimes   Senior Member
 
 Posts: 508
 Threads: 16
 Joined: Jan 2011
 Reputation: 
21
 |  | 
	| 05-22-2011, 09:04 PM |  | 
	
		| Duenuard   Junior Member
 
 Posts: 4
 Threads: 2
 Joined: May 2011
 Reputation: 
0
 | 
			| RE: someone should post a tutorial video 
 
				 (05-22-2011, 09:04 PM)triadtimes Wrote:  I've made a video and will post it shortly.Here is the link, I hope it helps.
 http://www.youtube.com/watch?v=EnCAbgTY6d8
 
thanks for the post, but unfortunately it still refuses to work and I have no idea why... i've set everything up perfectly... when i pick up the diary nothing happens at all. I have to push N to read the text... why? why does it do this when i've set it up exactly like everyone elses .lang files?
			 |  | 
	| 05-23-2011, 01:14 AM |  | 
	
		| Kyle   Posting Freak
 
 Posts: 911
 Threads: 36
 Joined: Sep 2010
 Reputation: 
7
 | 
			| RE: someone should post a tutorial video 
 
				I'll try it. Thanks.   
 |  | 
	| 05-23-2011, 02:17 AM |  | 
	
		| dragonlordsd   Member
 
 Posts: 112
 Threads: 7
 Joined: May 2011
 Reputation: 
0
 | 
			| RE: someone should post a tutorial video 
 
				Yeah, I would also like a video, thanks!!    |  | 
	| 05-23-2011, 03:50 PM |  |