Thread: NPC's faces in dialogue box.

Results 1 to 2 of 2
  1. #1 NPC's faces in dialogue box. 
    Registered Member
    Join Date
    Nov 2011
    Posts
    15
    Thanks given
    0
    Thanks received
    0
    Rep Power
    9
    how do i add the npc's face to the dialogue box when u talk to an npc on erased pkz? sorry probably wrong section im new to fourms...
    Reply With Quote  
     

  2. #2  
    Registered Member
    Edd -'s Avatar
    Join Date
    Jul 2011
    Posts
    664
    Thanks given
    62
    Thanks received
    43
    Rep Power
    84
    Code:
    sendNpcChat2("Well done!", "-", 1294, "Brundt the Chieftain");
    1294 is the npc id and u just put that between the dialogue case and break.
    brundt cheiftain is the npc name

    Code:
    		case 57:
       			sendNpcChat2("Well done!", "-", 1294, "Brundt the Chieftain");
       		break;
    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. Replies: 61
    Last Post: 08-01-2014, 03:43 AM
  2. Replies: 5
    Last Post: 09-04-2011, 10:15 AM
  3. Change NPC's Direction It Faces
    By iHybrid in forum Help
    Replies: 18
    Last Post: 12-23-2010, 05:35 PM
  4. Replies: 1
    Last Post: 08-11-2010, 06:18 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
  •