Thread: Click here to continue how do i make it do that

Results 1 to 2 of 2
  1. #1 Click here to continue how do i make it do that 
    Registered Member
    T-Sex's Avatar
    Join Date
    Jan 2008
    Posts
    1,824
    Thanks given
    0
    Thanks received
    3
    Rep Power
    130
    Code:
    			case 353:
    				c.ptalk("Can you please teleport me somewhere to train please?", 589);
    				break;
    			case 354:
    				c.talk("Where would you like to go?", 0);
    				break;
    			case 356:
    				c.options4("Rock Crabs", "Elfs and Giants", "Dagannoths", "Green Dragon");
    				break;
    
    
    if(c.NpcDialogue == 356){
    c.closeAll();
    c.triggerTele(2678, 3717, 0);
    c.frame99(0);
    c.killMyNPCs();
    c.resetfollowers(); 
    c.sM("Dr fenkenstrain teleports you to Rock crabs.");
    }
    if(c.NpcDialogue == 356){
    c.closeAll();
    c.triggerTele(2907, 2723, 0);
    c.frame99(0);
    c.killMyNPCs();
    c.resetfollowers(); 
    c.sM("Dr fenkenstrain teleports you to the elfs and Giants.");
    }
    if(c.NpcDialogue == 356){
    c.closeAll();
    c.triggerTele(1905, 4408, 0);
    c.frame99(0);
    c.killMyNPCs();
    c.resetfollowers(); 
    c.sM("Dr fenkenstrain teleports you to Dagannoths.");
    c.sM("They are found down the path and the bosses when you climb ladder.");
    c.sM("Be warned they are very strong.");
    }
    if(c.NpcDialogue == 356){
    c.closeAll();
    c.triggerTele(3318, 3671, 0);
    c.frame99(0);
    c.killMyNPCs();
    c.resetfollowers(); 
    c.sM("Dr fenkenstrain teleports you to Green Dragons.");
    }
    
    if (NPCID == 1670) {
    NpcDialogue = 353;
    NpcDialogueSend = false;
    }
    So far i have that but obvs i dont no how to make it the 353 go to the 354 and den 355 can anyone tell me please
    Reply With Quote  
     

  2. #2  
    Registered Member
    T-Sex's Avatar
    Join Date
    Jan 2008
    Posts
    1,824
    Thanks given
    0
    Thanks received
    3
    Rep Power
    130
    .... really could do with replys
    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
  •