Thread: Npc dialogue.

Results 1 to 4 of 4
  1. #1 Npc dialogue. 
    Registered Member justinmeeler's Avatar
    Join Date
    Jul 2010
    Posts
    127
    Thanks given
    3
    Thanks received
    5
    Rep Power
    0
    I'm running optimized delta source.

    My problem: I can't get the npc to say more than one line. When I click "click to continue" It just says please wait or w/e and another chatbox with the npc doesn't show.

    If someone knows how to add more lines to what a npc says please let me know!

    Thanks.
    Reply With Quote  
     

  2. #2  
    Registered Member justinmeeler's Avatar
    Join Date
    Jul 2010
    Posts
    127
    Thanks given
    3
    Thanks received
    5
    Rep Power
    0
    Help please.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Iwin's Avatar
    Join Date
    Mar 2008
    Age
    30
    Posts
    677
    Thanks given
    12
    Thanks received
    56
    Rep Power
    245
    Look for "case 40:" which is the dialouge, It should be pretty self explanitory from there if you know what you're doing.

    Btw, don't bump a post till after 24 hours.
    [SPOIL]
    [/SPOIL]
    Reply With Quote  
     

  4. #4  
    Registered Member justinmeeler's Avatar
    Join Date
    Jul 2010
    Posts
    127
    Thanks given
    3
    Thanks received
    5
    Rep Power
    0
    Yeah, my case 40 doesn't explain anything really.


    Code:
    	case 40: // Dialog switching...
    	if (nextDialogue) {
    		if (setNext > 0)
    		NpcDialogue += 1;
    		NpcDialogueSend = false;
    		nextDialogue = false;
    	}
    break;
    Help meh out please sir.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [PI] Dialogue Help
    By H O R R O R in forum Help
    Replies: 1
    Last Post: 02-15-2011, 05:23 AM
  2. Replies: 17
    Last Post: 01-01-2010, 08:02 PM
  3. Some npc dialogue lol
    By Oh my gawd in forum Show-off
    Replies: 8
    Last Post: 05-05-2009, 09:48 PM
  4. Replies: 1
    Last Post: 03-05-2008, 12:47 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •