Thread: NPC Dialouge

Results 1 to 4 of 4
  1. #1 NPC Dialouge 
    HuntYourRep
    Guest
    This is for DeltaScape, how would I make it so my face appears when I talk, and where would I put it
    Reply With Quote  
     

  2. #2  
    HuntYourRep
    Guest
    <.< .
    Reply With Quote  
     

  3. #3  
    HuntYourRep
    Guest
    no one can help?
    Reply With Quote  
     

  4. #4  
    Donator


    Join Date
    Mar 2007
    Posts
    959
    Thanks given
    64
    Thanks received
    40
    Rep Power
    704
    I'm using my own:

    if(NPCID == 1526) {
    sendFrame200(4883, 591);
    Code:
    sendFrame126(GetNpcName(1526), 4884);
    sendFrame126("Buy ectos from me and use them on the candels.", 4885);
    sendFrame126("Click here to continue.", 4887);
    sendFrame75(1526, 4883);
    sendFrame164(4882);
    NpcDialogueSend = true;

    I'm pretty sure it's that part.
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •